Html Css Color HEX #4204C4 Purple Heart

📋 copy color: '#4204C4'

red 66 ◦ green 4 ◦ blue 196

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

Shades of Purple Heart #4204C4

Tints of Purple Heart #4204C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 73.68%

R = 24.81%
G = 1.5%
B = 73.68%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4204C4 (or 0x4204C4) is known color: Purple Heart. HEX triplet: 42, 04 and C4. RGB value is (66,4,196). Sum of RGB (Red+Green+Blue) = 66+4+196=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #4204C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4204C4 is #BDFB3B. Grayscale: #2B2B2B. Windows color (decimal): -12450620 or 12846146. OLE color: 12846146.

HSL color Cylindrical-coordinate representation of color #4204C4: hue angle of 259.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4204C4 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 4 196 -
CMYK 0.66 0.98 0 0.23
HSL 259.38º 0.96% 0.39% -
HSV(B) 259.38º 0.98% 0.77% -
XYZ 12.25 5.23 52.59 -
YUV 44.43 213.54 143.39 -
System Red Green Blue C M Y K H S L
Decimal 66 4 196 0.66 0.98 0 0.23 259.38 0.96 0.39
Hex 42 4 C4 42 62 0 17 103 60 27
Octal 102 4 304 102 142 0 27 403 140 47
Binary 1000010 100 11000100 1000010 1100010 0 10111 100000011 1100000 100111

Color Harmonies of #4204C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4204C4

Black with #4204C4

Text Example


Text Example

White with #4204C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4204C4; }

 p { color: rgb(66,4,196); }

 H1.HeaderClassName
 {
   color: #4204C4;
 }
 .AnyTagClassName
 {
   color: #4204C4;
 }
</style>

background-color css

<style>
 a { background-color: #4204C4; }

 a { background-color: rgb(66,4,196); }

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

border-color css

<style>
 span { border-color: #4204C4; }

 span { border-color: rgb(66,4,196); }

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