Html Css Color HEX #4232C2 Purple Heart

📋 copy color: '#4232C2'

red 66 ◦ green 50 ◦ blue 194

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

Shades of Purple Heart #4232C2

Tints of Purple Heart #4232C2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 21.29%
G = 16.13%
B = 62.58%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4232C2 (or 0x4232C2) is known color: Purple Heart. HEX triplet: 42, 32 and C2. RGB value is (66,50,194). Sum of RGB (Red+Green+Blue) = 66+50+194=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #4232C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232C2 is #BDCD3D. Grayscale: #464646. Windows color (decimal): -12438846 or 12726850. OLE color: 12726850.

HSL color Cylindrical-coordinate representation of color #4232C2: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4232C2 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 50 194 -
CMYK 0.66 0.74 0 0.24
HSL 246.67º 0.59% 0.48% -
HSV(B) 246.67º 0.74% 0.76% -
XYZ 13.12 7.33 51.76 -
YUV 71.2 197.3 124.29 -
System Red Green Blue C M Y K H S L
Decimal 66 50 194 0.66 0.74 0 0.24 246.67 0.59 0.48
Hex 42 32 C2 42 4A 0 18 F7 3B 30
Octal 102 62 302 102 112 0 30 367 73 60
Binary 1000010 110010 11000010 1000010 1001010 0 11000 11110111 111011 110000

Color Harmonies of #4232C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4232C2

Black with #4232C2

Text Example


Text Example

White with #4232C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,50,194); }

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

background-color css

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

 a { background-color: rgb(66,50,194); }

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

border-color css

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

 span { border-color: rgb(66,50,194); }

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