#6304ca

Color #6304CA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6304CA

Tints of Purple Heart #6304CA

Color information

#6304CA (or 0x6304CA) is unknown color: approx Purple Heart. HEX triplet: 63, 04 and CA. RGB value is (99,4,202). Sum of RGB (Red+Green+Blue) = 99+4+202=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #6304CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304CA is #9CFB35. Grayscale: #363636. Windows color (decimal): -10287926 or 13239395. OLE color: 13239395.

HSL color Cylindrical-coordinate representation of color #6304CA: hue angle of 268.79º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304CA is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB994202-
CMYK0.510.9800.21
HSL268.79º96.12%40.39%-
HSV(B)268.79º98.02%79.22%-
XYZ15.85756.39-
YUV54.98210.97159.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=32.46%
G=1.31%
B=66.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9942020.510.9800.21268.7996.1240.39
Hex634CA336201510d6028
Octal14343126314202541514050
Binary11000111001100101011001111000100101011000011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6304ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6304ca; }

 p { color: rgb(99,4,202); }

 H1.HeaderClassName
 {
   color: #6304ca;
 }
 .AnyTagClassName
 {
   color: #6304ca;
 }
</style>
background-color css

<style>
 a { background-color: #6304ca; }

 a { background-color: rgb(99,4,202); }

 div.DivClassName
 {
   background-color: #6304ca;
 }
 .BgClassName
 {
   background-color: #6304ca;
 }
</style>
border-color css

<style>
 span { border-color: #6304ca; }

 span { border-color: rgb(99,4,202); }

 td.TdClassName
 {
   border-color: #6304ca;
 }
 .TagClassName
 {
   border-color: #6304ca;
 }
</style>