Html Css Color HEX #432DCB Purple Heart

📋 copy color: '#432DCB'

red 67 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #432DCB

Tints of Purple Heart #432DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 21.27%
G = 14.29%
B = 64.44%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#432DCB (or 0x432DCB) is known color: Purple Heart. HEX triplet: 43, 2D and CB. RGB value is (67,45,203). Sum of RGB (Red+Green+Blue) = 67+45+203=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #432DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DCB is #BCD234. Grayscale: #444444. Windows color (decimal): -12374581 or 13315395. OLE color: 13315395.

HSL color Cylindrical-coordinate representation of color #432DCB: hue angle of 248.35º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432DCB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 45 203 -
CMYK 0.67 0.78 0 0.20
HSL 248.35º 0.64% 0.49% -
HSV(B) 248.35º 0.78% 0.8% -
XYZ 14.03 7.38 57.19 -
YUV 69.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 67 45 203 0.67 0.78 0 0.20 248.35 0.64 0.49
Hex 43 2D CB 43 4E 0 14 F8 40 31
Octal 103 55 313 103 116 0 24 370 100 61
Binary 1000011 101101 11001011 1000011 1001110 0 10100 11111000 1000000 110001

Color Harmonies of #432DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432DCB

Black with #432DCB

Text Example


Text Example

White with #432DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432DCB; }

 p { color: rgb(67,45,203); }

 H1.HeaderClassName
 {
   color: #432DCB;
 }
 .AnyTagClassName
 {
   color: #432DCB;
 }
</style>

background-color css

<style>
 a { background-color: #432DCB; }

 a { background-color: rgb(67,45,203); }

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

border-color css

<style>
 span { border-color: #432DCB; }

 span { border-color: rgb(67,45,203); }

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