Html Css Color HEX #431FCB Purple Heart

📋 copy color: '#431FCB'

red 67 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #431FCB

Tints of Purple Heart #431FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

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

R = 22.26%
G = 10.3%
B = 67.44%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#431FCB (or 0x431FCB) is known color: Purple Heart. HEX triplet: 43, 1F and CB. RGB value is (67,31,203). Sum of RGB (Red+Green+Blue) = 67+31+203=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #431FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FCB is #BCE034. Grayscale: #3C3C3C. Windows color (decimal): -12378165 or 13311811. OLE color: 13311811.

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

Color convert

RGB 67 31 203 -
CMYK 0.67 0.85 0 0.20
HSL 252.56º 0.74% 0.46% -
HSV(B) 252.56º 0.85% 0.8% -
XYZ 13.58 6.49 57.04 -
YUV 61.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 67 31 203 0.67 0.85 0 0.20 252.56 0.74 0.46
Hex 43 1F CB 43 55 0 14 FD 4A 2E
Octal 103 37 313 103 125 0 24 375 112 56
Binary 1000011 11111 11001011 1000011 1010101 0 10100 11111101 1001010 101110

Color Harmonies of #431FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FCB

Black with #431FCB

Text Example


Text Example

White with #431FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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