Html Css Color HEX #4332BC Purple Heart

📋 copy color: '#4332BC'

red 67 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #4332BC

Tints of Purple Heart #4332BC

RGB

 RED value IS 67 (26.56% from 255) = 21.97%

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 21.97%
G = 16.39%
B = 61.64%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4332BC (or 0x4332BC) is known color: Purple Heart. HEX triplet: 43, 32 and BC. RGB value is (67,50,188). Sum of RGB (Red+Green+Blue) = 67+50+188=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #4332BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332BC is #BCCD43. Grayscale: #464646. Windows color (decimal): -12373316 or 12333635. OLE color: 12333635.

HSL color Cylindrical-coordinate representation of color #4332BC: hue angle of 247.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4332BC is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 50 188 -
CMYK 0.64 0.73 0 0.26
HSL 247.39º 0.58% 0.47% -
HSV(B) 247.39º 0.73% 0.74% -
XYZ 12.53 7.11 48.29 -
YUV 70.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 67 50 188 0.64 0.73 0 0.26 247.39 0.58 0.47
Hex 43 32 BC 40 49 0 1A F7 3A 2F
Octal 103 62 274 100 111 0 32 367 72 57
Binary 1000011 110010 10111100 1000000 1001001 0 11010 11110111 111010 101111

Color Harmonies of #4332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4332BC

Black with #4332BC

Text Example


Text Example

White with #4332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4332BC; }

 p { color: rgb(67,50,188); }

 H1.HeaderClassName
 {
   color: #4332BC;
 }
 .AnyTagClassName
 {
   color: #4332BC;
 }
</style>

background-color css

<style>
 a { background-color: #4332BC; }

 a { background-color: rgb(67,50,188); }

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

border-color css

<style>
 span { border-color: #4332BC; }

 span { border-color: rgb(67,50,188); }

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