Html Css Color HEX #4312BA Purple Heart

📋 copy color: '#4312BA'

red 67 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #4312BA

Tints of Purple Heart #4312BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.63%

R = 24.72%
G = 6.64%
B = 68.63%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4312BA (or 0x4312BA) is known color: Purple Heart. HEX triplet: 43, 12 and BA. RGB value is (67,18,186). Sum of RGB (Red+Green+Blue) = 67+18+186=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #4312BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4312BA is #BCED45. Grayscale: #333333. Windows color (decimal): -12381510 or 12194371. OLE color: 12194371.

HSL color Cylindrical-coordinate representation of color #4312BA: hue angle of 257.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4312BA is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 18 186 -
CMYK 0.64 0.90 0 0.27
HSL 257.5º 0.82% 0.4% -
HSV(B) 257.5º 0.9% 0.73% -
XYZ 11.39 5.17 46.85 -
YUV 51.8 203.73 138.84 -
System Red Green Blue C M Y K H S L
Decimal 67 18 186 0.64 0.90 0 0.27 257.5 0.82 0.4
Hex 43 12 BA 40 5A 0 1B 102 52 28
Octal 103 22 272 100 132 0 33 402 122 50
Binary 1000011 10010 10111010 1000000 1011010 0 11011 100000010 1010010 101000

Color Harmonies of #4312BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4312BA

Black with #4312BA

Text Example


Text Example

White with #4312BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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