Html Css Color HEX #431CCB Purple Heart

📋 copy color: '#431CCB'

red 67 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #431CCB

Tints of Purple Heart #431CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

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

R = 22.48%
G = 9.4%
B = 68.12%

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

#431CCB (or 0x431CCB) is known color: Purple Heart. HEX triplet: 43, 1C and CB. RGB value is (67,28,203). Sum of RGB (Red+Green+Blue) = 67+28+203=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #431CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CCB is #BCE334. Grayscale: #3A3A3A. Windows color (decimal): -12378933 or 13311043. OLE color: 13311043.

HSL color Cylindrical-coordinate representation of color #431CCB: hue angle of 253.37º degrees, saturation: 0.76, 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 #431CCB is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 28 203 -
CMYK 0.67 0.86 0 0.20
HSL 253.37º 0.76% 0.45% -
HSV(B) 253.37º 0.86% 0.8% -
XYZ 13.51 6.34 57.01 -
YUV 59.61 208.92 133.27 -
System Red Green Blue C M Y K H S L
Decimal 67 28 203 0.67 0.86 0 0.20 253.37 0.76 0.45
Hex 43 1C CB 43 56 0 14 FD 4C 2D
Octal 103 34 313 103 126 0 24 375 114 55
Binary 1000011 11100 11001011 1000011 1010110 0 10100 11111101 1001100 101101

Color Harmonies of #431CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CCB

Black with #431CCB

Text Example


Text Example

White with #431CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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