Html Css Color HEX #4004C2 Purple Heart

📋 copy color: '#4004C2'

red 64 ◦ green 4 ◦ blue 194

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

Shades of Purple Heart #4004C2

Tints of Purple Heart #4004C2

RGB

 RED value IS 64 (25.39% from 255) = 24.43%

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

 BLUE value IS 194 (76.17% from 255) = 74.05%

R = 24.43%
G = 1.53%
B = 74.05%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4004C2 (or 0x4004C2) is known color: Purple Heart. HEX triplet: 40, 04 and C2. RGB value is (64,4,194). Sum of RGB (Red+Green+Blue) = 64+4+194=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #4004C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004C2 is #BFFB3D. Grayscale: #2A2A2A. Windows color (decimal): -12581694 or 12715072. OLE color: 12715072.

HSL color Cylindrical-coordinate representation of color #4004C2: hue angle of 258.95º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004C2 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 4 194 -
CMYK 0.67 0.98 0 0.24
HSL 258.95º 0.96% 0.39% -
HSV(B) 258.95º 0.98% 0.76% -
XYZ 11.9 5.07 51.39 -
YUV 43.6 212.88 142.55 -
System Red Green Blue C M Y K H S L
Decimal 64 4 194 0.67 0.98 0 0.24 258.95 0.96 0.39
Hex 40 4 C2 43 62 0 18 103 60 27
Octal 100 4 302 103 142 0 30 403 140 47
Binary 1000000 100 11000010 1000011 1100010 0 11000 100000011 1100000 100111

Color Harmonies of #4004C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4004C2

Black with #4004C2

Text Example


Text Example

White with #4004C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4004C2; }

 p { color: rgb(64,4,194); }

 H1.HeaderClassName
 {
   color: #4004C2;
 }
 .AnyTagClassName
 {
   color: #4004C2;
 }
</style>

background-color css

<style>
 a { background-color: #4004C2; }

 a { background-color: rgb(64,4,194); }

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

border-color css

<style>
 span { border-color: #4004C2; }

 span { border-color: rgb(64,4,194); }

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