Html Css Color HEX #6412BA Purple Heart

📋 copy color: '#6412BA'

red 100 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #6412BA

Tints of Purple Heart #6412BA

RGB

 RED value IS 100 (39.45% from 255) = 32.89%

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

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

R = 32.89%
G = 5.92%
B = 61.18%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6412BA (or 0x6412BA) is known color: Purple Heart. HEX triplet: 64, 12 and BA. RGB value is (100,18,186). Sum of RGB (Red+Green+Blue) = 100+18+186=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6412BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412BA is #9BED45. Grayscale: #3D3D3D. Windows color (decimal): -10218822 or 12194404. OLE color: 12194404.

HSL color Cylindrical-coordinate representation of color #6412BA: hue angle of 269.29º 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 #6412BA is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 18 186 -
CMYK 0.46 0.90 0 0.27
HSL 269.29º 0.82% 0.4% -
HSV(B) 269.29º 0.9% 0.73% -
XYZ 14.33 6.69 46.99 -
YUV 61.67 198.17 155.34 -
System Red Green Blue C M Y K H S L
Decimal 100 18 186 0.46 0.90 0 0.27 269.29 0.82 0.4
Hex 64 12 BA 2E 5A 0 1B 10D 52 28
Octal 144 22 272 56 132 0 33 415 122 50
Binary 1100100 10010 10111010 101110 1011010 0 11011 100001101 1010010 101000

Color Harmonies of #6412BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6412BA

Black with #6412BA

Text Example


Text Example

White with #6412BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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