Html Css Color HEX #431DCB Purple Heart

📋 copy color: '#431DCB'

red 67 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #431DCB

Tints of Purple Heart #431DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.7%

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

R = 22.41%
G = 9.7%
B = 67.89%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#431DCB (or 0x431DCB) is known color: Purple Heart. HEX triplet: 43, 1D and CB. RGB value is (67,29,203). Sum of RGB (Red+Green+Blue) = 67+29+203=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #431DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431DCB is #BCE234. Grayscale: #3B3B3B. Windows color (decimal): -12378677 or 13311299. OLE color: 13311299.

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

Color convert

RGB 67 29 203 -
CMYK 0.67 0.86 0 0.20
HSL 253.1º 0.75% 0.45% -
HSV(B) 253.1º 0.86% 0.8% -
XYZ 13.53 6.38 57.02 -
YUV 60.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 67 29 203 0.67 0.86 0 0.20 253.1 0.75 0.45
Hex 43 1D CB 43 56 0 14 FD 4B 2D
Octal 103 35 313 103 126 0 24 375 113 55
Binary 1000011 11101 11001011 1000011 1010110 0 10100 11111101 1001011 101101

Color Harmonies of #431DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431DCB

Black with #431DCB

Text Example


Text Example

White with #431DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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