Html Css Color HEX #4311BD Purple Heart

📋 copy color: '#4311BD'

red 67 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #4311BD

Tints of Purple Heart #4311BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 189 (74.22% from 255) = 69.23%

R = 24.54%
G = 6.23%
B = 69.23%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4311BD (or 0x4311BD) is known color: Purple Heart. HEX triplet: 43, 11 and BD. RGB value is (67,17,189). Sum of RGB (Red+Green+Blue) = 67+17+189=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #4311BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4311BD is #BCEE42. Grayscale: #323232. Windows color (decimal): -12381763 or 12390723. OLE color: 12390723.

HSL color Cylindrical-coordinate representation of color #4311BD: hue angle of 257.44º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4311BD is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 17 189 -
CMYK 0.65 0.91 0 0.26
HSL 257.44º 0.83% 0.4% -
HSV(B) 257.44º 0.91% 0.74% -
XYZ 11.7 5.27 48.54 -
YUV 51.56 205.57 139.01 -
System Red Green Blue C M Y K H S L
Decimal 67 17 189 0.65 0.91 0 0.26 257.44 0.83 0.4
Hex 43 11 BD 41 5B 0 1A 101 53 28
Octal 103 21 275 101 133 0 32 401 123 50
Binary 1000011 10001 10111101 1000001 1011011 0 11010 100000001 1010011 101000

Color Harmonies of #4311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4311BD

Black with #4311BD

Text Example


Text Example

White with #4311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4311BD; }

 p { color: rgb(67,17,189); }

 H1.HeaderClassName
 {
   color: #4311BD;
 }
 .AnyTagClassName
 {
   color: #4311BD;
 }
</style>

background-color css

<style>
 a { background-color: #4311BD; }

 a { background-color: rgb(67,17,189); }

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

border-color css

<style>
 span { border-color: #4311BD; }

 span { border-color: rgb(67,17,189); }

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