Html Css Color HEX #6412BC Purple Heart

📋 copy color: '#6412BC'

red 100 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6412BC

Tints of Purple Heart #6412BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 32.68%
G = 5.88%
B = 61.44%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6412BC (or 0x6412BC) is known color: Purple Heart. HEX triplet: 64, 12 and BC. RGB value is (100,18,188). Sum of RGB (Red+Green+Blue) = 100+18+188=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #6412BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412BC is #9BED43. Grayscale: #3D3D3D. Windows color (decimal): -10218820 or 12325476. OLE color: 12325476.

HSL color Cylindrical-coordinate representation of color #6412BC: hue angle of 268.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6412BC is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 18 188 -
CMYK 0.47 0.90 0 0.26
HSL 268.94º 0.83% 0.4% -
HSV(B) 268.94º 0.9% 0.74% -
XYZ 14.55 6.77 48.12 -
YUV 61.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 100 18 188 0.47 0.90 0 0.26 268.94 0.83 0.4
Hex 64 12 BC 2F 5A 0 1A 10D 53 28
Octal 144 22 274 57 132 0 32 415 123 50
Binary 1100100 10010 10111100 101111 1011010 0 11010 100001101 1010011 101000

Color Harmonies of #6412BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6412BC

Black with #6412BC

Text Example


Text Example

White with #6412BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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