Html Css Color HEX #4232BE Purple Heart

📋 copy color: '#4232BE'

red 66 ◦ green 50 ◦ blue 190

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

Shades of Purple Heart #4232BE

Tints of Purple Heart #4232BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 21.57%
G = 16.34%
B = 62.09%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4232BE (or 0x4232BE) is known color: Purple Heart. HEX triplet: 42, 32 and BE. RGB value is (66,50,190). Sum of RGB (Red+Green+Blue) = 66+50+190=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #4232BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232BE is #BDCD41. Grayscale: #464646. Windows color (decimal): -12438850 or 12464706. OLE color: 12464706.

HSL color Cylindrical-coordinate representation of color #4232BE: hue angle of 246.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4232BE is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 50 190 -
CMYK 0.65 0.74 0 0.25
HSL 246.86º 0.58% 0.47% -
HSV(B) 246.86º 0.74% 0.75% -
XYZ 12.68 7.16 49.43 -
YUV 70.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 66 50 190 0.65 0.74 0 0.25 246.86 0.58 0.47
Hex 42 32 BE 41 4A 0 19 F7 3A 2F
Octal 102 62 276 101 112 0 31 367 72 57
Binary 1000010 110010 10111110 1000001 1001010 0 11001 11110111 111010 101111

Color Harmonies of #4232BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4232BE

Black with #4232BE

Text Example


Text Example

White with #4232BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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