Html Css Color HEX #4209CA Purple Heart

📋 copy color: '#4209CA'

red 66 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #4209CA

Tints of Purple Heart #4209CA

RGB

 RED value IS 66 (26.17% from 255) = 23.83%

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 23.83%
G = 3.25%
B = 72.92%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4209CA (or 0x4209CA) is known color: Purple Heart. HEX triplet: 42, 09 and CA. RGB value is (66,9,202). Sum of RGB (Red+Green+Blue) = 66+9+202=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #4209CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209CA is #BDF635. Grayscale: #2F2F2F. Windows color (decimal): -12449334 or 13240642. OLE color: 13240642.

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

Color convert

RGB 66 9 202 -
CMYK 0.67 0.96 0 0.21
HSL 257.72º 0.91% 0.41% -
HSV(B) 257.72º 0.96% 0.79% -
XYZ 13.01 5.62 56.28 -
YUV 48.05 214.88 140.81 -
System Red Green Blue C M Y K H S L
Decimal 66 9 202 0.67 0.96 0 0.21 257.72 0.91 0.41
Hex 42 9 CA 43 60 0 15 102 5B 29
Octal 102 11 312 103 140 0 25 402 133 51
Binary 1000010 1001 11001010 1000011 1100000 0 10101 100000010 1011011 101001

Color Harmonies of #4209CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4209CA

Black with #4209CA

Text Example


Text Example

White with #4209CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,9,202); }

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

background-color css

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

 a { background-color: rgb(66,9,202); }

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

border-color css

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

 span { border-color: rgb(66,9,202); }

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