Html Css Color HEX #4419CA Purple Heart

📋 copy color: '#4419CA'

red 68 ◦ green 25 ◦ blue 202

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

Shades of Purple Heart #4419CA

Tints of Purple Heart #4419CA

RGB

 RED value IS 68 (26.95% from 255) = 23.05%

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 23.05%
G = 8.47%
B = 68.47%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4419CA (or 0x4419CA) is known color: Purple Heart. HEX triplet: 44, 19 and CA. RGB value is (68,25,202). Sum of RGB (Red+Green+Blue) = 68+25+202=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #4419CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4419CA is #BBE635. Grayscale: #393939. Windows color (decimal): -12314166 or 13244740. OLE color: 13244740.

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

Color convert

RGB 68 25 202 -
CMYK 0.66 0.88 0 0.21
HSL 254.58º 0.78% 0.45% -
HSV(B) 254.58º 0.88% 0.79% -
XYZ 13.39 6.19 56.37 -
YUV 58.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 68 25 202 0.66 0.88 0 0.21 254.58 0.78 0.45
Hex 44 19 CA 42 58 0 15 FF 4E 2D
Octal 104 31 312 102 130 0 25 377 116 55
Binary 1000100 11001 11001010 1000010 1011000 0 10101 11111111 1001110 101101

Color Harmonies of #4419CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4419CA

Black with #4419CA

Text Example


Text Example

White with #4419CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4419CA; }

 p { color: rgb(68,25,202); }

 H1.HeaderClassName
 {
   color: #4419CA;
 }
 .AnyTagClassName
 {
   color: #4419CA;
 }
</style>

background-color css

<style>
 a { background-color: #4419CA; }

 a { background-color: rgb(68,25,202); }

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

border-color css

<style>
 span { border-color: #4419CA; }

 span { border-color: rgb(68,25,202); }

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