Html Css Color HEX #6512BD Purple Heart

📋 copy color: '#6512BD'

red 101 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #6512BD

Tints of Purple Heart #6512BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 32.79%
G = 5.84%
B = 61.36%

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

#6512BD (or 0x6512BD) is known color: Purple Heart. HEX triplet: 65, 12 and BD. RGB value is (101,18,189). Sum of RGB (Red+Green+Blue) = 101+18+189=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #6512BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512BD is #9AED42. Grayscale: #3D3D3D. Windows color (decimal): -10153283 or 12391013. OLE color: 12391013.

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

Color convert

RGB 101 18 189 -
CMYK 0.47 0.90 0 0.26
HSL 269.12º 0.83% 0.41% -
HSV(B) 269.12º 0.9% 0.74% -
XYZ 14.77 6.87 48.69 -
YUV 62.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 101 18 189 0.47 0.90 0 0.26 269.12 0.83 0.41
Hex 65 12 BD 2F 5A 0 1A 10D 53 29
Octal 145 22 275 57 132 0 32 415 123 51
Binary 1100101 10010 10111101 101111 1011010 0 11010 100001101 1010011 101001

Color Harmonies of #6512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512BD

Black with #6512BD

Text Example


Text Example

White with #6512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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