Html Css Color HEX #431BB4 Purple Heart

📋 copy color: '#431BB4'

red 67 ◦ green 27 ◦ blue 180

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

Shades of Purple Heart #431BB4

Tints of Purple Heart #431BB4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.85%

 BLUE value IS 180 (70.7% from 255) = 65.69%

R = 24.45%
G = 9.85%
B = 65.69%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#431BB4 (or 0x431BB4) is known color: Purple Heart. HEX triplet: 43, 1B and B4. RGB value is (67,27,180). Sum of RGB (Red+Green+Blue) = 67+27+180=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #431BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BB4 is #BCE44B. Grayscale: #373737. Windows color (decimal): -12379212 or 11803459. OLE color: 11803459.

HSL color Cylindrical-coordinate representation of color #431BB4: hue angle of 255.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431BB4 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 67 27 180 -
CMYK 0.63 0.85 0 0.29
HSL 255.69º 0.74% 0.41% -
HSV(B) 255.69º 0.85% 0.71% -
XYZ 10.94 5.27 43.62 -
YUV 56.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 67 27 180 0.63 0.85 0 0.29 255.69 0.74 0.41
Hex 43 1B B4 3F 55 0 1D 100 4A 29
Octal 103 33 264 77 125 0 35 400 112 51
Binary 1000011 11011 10110100 111111 1010101 0 11101 100000000 1001010 101001

Color Harmonies of #431BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431BB4

Black with #431BB4

Text Example


Text Example

White with #431BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,27,180); }

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

background-color css

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

 a { background-color: rgb(67,27,180); }

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

border-color css

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

 span { border-color: rgb(67,27,180); }

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