Html Css Color HEX #431CBE Purple Heart

📋 copy color: '#431CBE'

red 67 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #431CBE

Tints of Purple Heart #431CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 23.51%
G = 9.82%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#431CBE (or 0x431CBE) is known color: Purple Heart. HEX triplet: 43, 1C and BE. RGB value is (67,28,190). Sum of RGB (Red+Green+Blue) = 67+28+190=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #431CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CBE is #BCE341. Grayscale: #393939. Windows color (decimal): -12378946 or 12459075. OLE color: 12459075.

HSL color Cylindrical-coordinate representation of color #431CBE: hue angle of 254.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431CBE is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 28 190 -
CMYK 0.65 0.85 0 0.25
HSL 254.44º 0.74% 0.43% -
HSV(B) 254.44º 0.85% 0.75% -
XYZ 12.02 5.74 49.19 -
YUV 58.13 202.42 134.33 -
System Red Green Blue C M Y K H S L
Decimal 67 28 190 0.65 0.85 0 0.25 254.44 0.74 0.43
Hex 43 1C BE 41 55 0 19 FE 4A 2B
Octal 103 34 276 101 125 0 31 376 112 53
Binary 1000011 11100 10111110 1000001 1010101 0 11001 11111110 1001010 101011

Color Harmonies of #431CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CBE

Black with #431CBE

Text Example


Text Example

White with #431CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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