Html Css Color HEX #4412CA Purple Heart

📋 copy color: '#4412CA'

red 68 ◦ green 18 ◦ blue 202

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

Shades of Purple Heart #4412CA

Tints of Purple Heart #4412CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

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

R = 23.61%
G = 6.25%
B = 70.14%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4412CA (or 0x4412CA) is known color: Purple Heart. HEX triplet: 44, 12 and CA. RGB value is (68,18,202). Sum of RGB (Red+Green+Blue) = 68+18+202=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 202 (79.30% from 255 or 70.14% from 288); Max value from RGB is 202 - color contains mainly: blue. Hex color #4412CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412CA is #BBED35. Grayscale: #353535. Windows color (decimal): -12315958 or 13242948. OLE color: 13242948.

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

Color convert

RGB 68 18 202 -
CMYK 0.66 0.91 0 0.21
HSL 256.3º 0.84% 0.43% -
HSV(B) 256.3º 0.91% 0.79% -
XYZ 13.26 5.93 56.32 -
YUV 53.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 68 18 202 0.66 0.91 0 0.21 256.3 0.84 0.43
Hex 44 12 CA 42 5B 0 15 100 54 2B
Octal 104 22 312 102 133 0 25 400 124 53
Binary 1000100 10010 11001010 1000010 1011011 0 10101 100000000 1010100 101011

Color Harmonies of #4412CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4412CA

Black with #4412CA

Text Example


Text Example

White with #4412CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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