Html Css Color HEX #4312B0 Purple Heart

📋 copy color: '#4312B0'

red 67 ◦ green 18 ◦ blue 176

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

Shades of Purple Heart #4312B0

Tints of Purple Heart #4312B0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 176 (69.14% from 255) = 67.43%

R = 25.67%
G = 6.9%
B = 67.43%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4312B0 (or 0x4312B0) is known color: Purple Heart. HEX triplet: 43, 12 and B0. RGB value is (67,18,176). Sum of RGB (Red+Green+Blue) = 67+18+176=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #4312B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4312B0 is #BCED4F. Grayscale: #323232. Windows color (decimal): -12381520 or 11539011. OLE color: 11539011.

HSL color Cylindrical-coordinate representation of color #4312B0: hue angle of 258.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4312B0 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 18 176 -
CMYK 0.62 0.90 0 0.31
HSL 258.61º 0.81% 0.38% -
HSV(B) 258.61º 0.9% 0.69% -
XYZ 10.37 4.76 41.45 -
YUV 50.66 198.73 139.65 -
System Red Green Blue C M Y K H S L
Decimal 67 18 176 0.62 0.90 0 0.31 258.61 0.81 0.38
Hex 43 12 B0 3E 5A 0 1F 103 51 26
Octal 103 22 260 76 132 0 37 403 121 46
Binary 1000011 10010 10110000 111110 1011010 0 11111 100000011 1010001 100110

Color Harmonies of #4312B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4312B0

Black with #4312B0

Text Example


Text Example

White with #4312B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4312B0; }

 p { color: rgb(67,18,176); }

 H1.HeaderClassName
 {
   color: #4312B0;
 }
 .AnyTagClassName
 {
   color: #4312B0;
 }
</style>

background-color css

<style>
 a { background-color: #4312B0; }

 a { background-color: rgb(67,18,176); }

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

border-color css

<style>
 span { border-color: #4312B0; }

 span { border-color: rgb(67,18,176); }

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