Html Css Color HEX #431CBF Purple Heart

📋 copy color: '#431CBF'

red 67 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #431CBF

Tints of Purple Heart #431CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 23.43%
G = 9.79%
B = 66.78%

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

#431CBF (or 0x431CBF) is known color: Purple Heart. HEX triplet: 43, 1C and BF. RGB value is (67,28,191). Sum of RGB (Red+Green+Blue) = 67+28+191=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #431CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CBF is #BCE340. Grayscale: #393939. Windows color (decimal): -12378945 or 12524611. OLE color: 12524611.

HSL color Cylindrical-coordinate representation of color #431CBF: hue angle of 254.36º 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 #431CBF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 28 191 -
CMYK 0.65 0.85 0 0.25
HSL 254.36º 0.74% 0.43% -
HSV(B) 254.36º 0.85% 0.75% -
XYZ 12.13 5.79 49.77 -
YUV 58.24 202.92 134.25 -
System Red Green Blue C M Y K H S L
Decimal 67 28 191 0.65 0.85 0 0.25 254.36 0.74 0.43
Hex 43 1C BF 41 55 0 19 FE 4A 2B
Octal 103 34 277 101 125 0 31 376 112 53
Binary 1000011 11100 10111111 1000001 1010101 0 11001 11111110 1001010 101011

Color Harmonies of #431CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CBF

Black with #431CBF

Text Example


Text Example

White with #431CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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