Html Css Color HEX #6412BE Purple Heart

📋 copy color: '#6412BE'

red 100 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #6412BE

Tints of Purple Heart #6412BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 32.47%
G = 5.84%
B = 61.69%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6412BE (or 0x6412BE) is known color: Purple Heart. HEX triplet: 64, 12 and BE. RGB value is (100,18,190). Sum of RGB (Red+Green+Blue) = 100+18+190=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #6412BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412BE is #9BED41. Grayscale: #3D3D3D. Windows color (decimal): -10218818 or 12456548. OLE color: 12456548.

HSL color Cylindrical-coordinate representation of color #6412BE: hue angle of 268.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6412BE is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 18 190 -
CMYK 0.47 0.91 0 0.25
HSL 268.6º 0.83% 0.41% -
HSV(B) 268.6º 0.91% 0.75% -
XYZ 14.77 6.86 49.26 -
YUV 62.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 100 18 190 0.47 0.91 0 0.25 268.6 0.83 0.41
Hex 64 12 BE 2F 5B 0 19 10D 53 29
Octal 144 22 276 57 133 0 31 415 123 51
Binary 1100100 10010 10111110 101111 1011011 0 11001 100001101 1010011 101001

Color Harmonies of #6412BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6412BE

Black with #6412BE

Text Example


Text Example

White with #6412BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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