Html Css Color HEX #6512BC Purple Heart

📋 copy color: '#6512BC'

red 101 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6512BC

Tints of Purple Heart #6512BC

RGB

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

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

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

R = 32.9%
G = 5.86%
B = 61.24%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6512BC (or 0x6512BC) is known color: Purple Heart. HEX triplet: 65, 12 and BC. RGB value is (101,18,188). Sum of RGB (Red+Green+Blue) = 101+18+188=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #6512BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512BC is #9AED43. Grayscale: #3D3D3D. Windows color (decimal): -10153284 or 12325477. OLE color: 12325477.

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

Color convert

RGB 101 18 188 -
CMYK 0.46 0.90 0 0.26
HSL 269.29º 0.83% 0.4% -
HSV(B) 269.29º 0.9% 0.74% -
XYZ 14.66 6.83 48.12 -
YUV 62.2 199 155.68 -
System Red Green Blue C M Y K H S L
Decimal 101 18 188 0.46 0.90 0 0.26 269.29 0.83 0.4
Hex 65 12 BC 2E 5A 0 1A 10D 53 28
Octal 145 22 274 56 132 0 32 415 123 50
Binary 1100101 10010 10111100 101110 1011010 0 11010 100001101 1010011 101000

Color Harmonies of #6512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512BC

Black with #6512BC

Text Example


Text Example

White with #6512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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