Html Css Color HEX #432DCD Purple Heart

📋 copy color: '#432DCD'

red 67 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #432DCD

Tints of Purple Heart #432DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 21.14%
G = 14.2%
B = 64.67%

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

#432DCD (or 0x432DCD) is known color: Purple Heart. HEX triplet: 43, 2D and CD. RGB value is (67,45,205). Sum of RGB (Red+Green+Blue) = 67+45+205=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #432DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DCD is #BCD232. Grayscale: #454545. Windows color (decimal): -12374579 or 13446467. OLE color: 13446467.

HSL color Cylindrical-coordinate representation of color #432DCD: hue angle of 248.25º 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 #432DCD is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 45 205 -
CMYK 0.67 0.78 0 0.20
HSL 248.25º 0.64% 0.49% -
HSV(B) 248.25º 0.78% 0.8% -
XYZ 14.27 7.48 58.45 -
YUV 69.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 67 45 205 0.67 0.78 0 0.20 248.25 0.64 0.49
Hex 43 2D CD 43 4E 0 14 F8 40 31
Octal 103 55 315 103 116 0 24 370 100 61
Binary 1000011 101101 11001101 1000011 1001110 0 10100 11111000 1000000 110001

Color Harmonies of #432DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432DCD

Black with #432DCD

Text Example


Text Example

White with #432DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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