Html Css Color HEX #4619CC Purple Heart

📋 copy color: '#4619CC'

red 70 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #4619CC

Tints of Purple Heart #4619CC

RGB

 RED value IS 70 (27.73% from 255) = 23.41%

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 23.41%
G = 8.36%
B = 68.23%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4619CC (or 0x4619CC) is known color: Purple Heart. HEX triplet: 46, 19 and CC. RGB value is (70,25,204). Sum of RGB (Red+Green+Blue) = 70+25+204=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #4619CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4619CC is #B9E633. Grayscale: #3A3A3A. Windows color (decimal): -12183092 or 13375814. OLE color: 13375814.

HSL color Cylindrical-coordinate representation of color #4619CC: hue angle of 255.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4619CC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 25 204 -
CMYK 0.66 0.88 0 0.2
HSL 255.08º 0.78% 0.45% -
HSV(B) 255.08º 0.88% 0.8% -
XYZ 13.77 6.36 57.63 -
YUV 58.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 70 25 204 0.66 0.88 0 0.2 255.08 0.78 0.45
Hex 46 19 CC 42 58 0 14 FF 4E 2D
Octal 106 31 314 102 130 0 24 377 116 55
Binary 1000110 11001 11001100 1000010 1011000 0 10100 11111111 1001110 101101

Color Harmonies of #4619CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4619CC

Black with #4619CC

Text Example


Text Example

White with #4619CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4619CC; }

 p { color: rgb(70,25,204); }

 H1.HeaderClassName
 {
   color: #4619CC;
 }
 .AnyTagClassName
 {
   color: #4619CC;
 }
</style>

background-color css

<style>
 a { background-color: #4619CC; }

 a { background-color: rgb(70,25,204); }

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

border-color css

<style>
 span { border-color: #4619CC; }

 span { border-color: rgb(70,25,204); }

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