Html Css Color HEX #6512BB Purple Heart

📋 copy color: '#6512BB'

red 101 ◦ green 18 ◦ blue 187

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

Shades of Purple Heart #6512BB

Tints of Purple Heart #6512BB

RGB

 RED value IS 101 (39.84% from 255) = 33.01%

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 33.01%
G = 5.88%
B = 61.11%

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

#6512BB (or 0x6512BB) is known color: Purple Heart. HEX triplet: 65, 12 and BB. RGB value is (101,18,187). Sum of RGB (Red+Green+Blue) = 101+18+187=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #6512BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512BB is #9AED44. Grayscale: #3D3D3D. Windows color (decimal): -10153285 or 12259941. OLE color: 12259941.

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

Color convert

RGB 101 18 187 -
CMYK 0.46 0.90 0 0.27
HSL 269.47º 0.82% 0.4% -
HSV(B) 269.47º 0.9% 0.73% -
XYZ 14.55 6.79 47.56 -
YUV 62.08 198.5 155.76 -
System Red Green Blue C M Y K H S L
Decimal 101 18 187 0.46 0.90 0 0.27 269.47 0.82 0.4
Hex 65 12 BB 2E 5A 0 1B 10D 52 28
Octal 145 22 273 56 132 0 33 415 122 50
Binary 1100101 10010 10111011 101110 1011010 0 11011 100001101 1010010 101000

Color Harmonies of #6512BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512BB

Black with #6512BB

Text Example


Text Example

White with #6512BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6512BB; }

 p { color: rgb(101,18,187); }

 H1.HeaderClassName
 {
   color: #6512BB;
 }
 .AnyTagClassName
 {
   color: #6512BB;
 }
</style>

background-color css

<style>
 a { background-color: #6512BB; }

 a { background-color: rgb(101,18,187); }

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

border-color css

<style>
 span { border-color: #6512BB; }

 span { border-color: rgb(101,18,187); }

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