Html Css Color HEX #6304C8 Purple Heart

📋 copy color: '#6304C8'

red 99 ◦ green 4 ◦ blue 200

#6304C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6304C8

Tints of Purple Heart #6304C8

RGB

 RED value IS 99 (39.06% from 255) = 32.67%

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 200 (78.52% from 255) = 66.01%

R = 32.67%
G = 1.32%
B = 66.01%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6304C8 (or 0x6304C8) is known color: Purple Heart. HEX triplet: 63, 04 and C8. RGB value is (99,4,200). Sum of RGB (Red+Green+Blue) = 99+4+200=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 200 (78.52% from 255 or 66.01% from 303); Max value from RGB is 200 - color contains mainly: blue. Hex color #6304C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304C8 is #9CFB37. Grayscale: #363636. Windows color (decimal): -10287928 or 13108323. OLE color: 13108323.

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

Color convert

RGB 99 4 200 -
CMYK 0.50 0.98 0 0.22
HSL 269.08º 0.96% 0.4% -
HSV(B) 269.08º 0.98% 0.78% -
XYZ 15.61 6.91 55.15 -
YUV 54.75 209.97 159.56 -
System Red Green Blue C M Y K H S L
Decimal 99 4 200 0.50 0.98 0 0.22 269.08 0.96 0.4
Hex 63 4 C8 32 62 0 16 10D 60 28
Octal 143 4 310 62 142 0 26 415 140 50
Binary 1100011 100 11001000 110010 1100010 0 10110 100001101 1100000 101000

Color Harmonies of #6304C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6304C8

Black with #6304C8

Text Example


Text Example

White with #6304C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6304C8;
 }
 .AnyTagClassName
 {
   color: #6304C8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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