Html Css Color HEX #6518B7 Purple Heart

📋 copy color: '#6518B7'

red 101 ◦ green 24 ◦ blue 183

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

Shades of Purple Heart #6518B7

Tints of Purple Heart #6518B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 183 (71.88% from 255) = 59.42%

R = 32.79%
G = 7.79%
B = 59.42%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6518B7 (or 0x6518B7) is known color: Purple Heart. HEX triplet: 65, 18 and B7. RGB value is (101,24,183). Sum of RGB (Red+Green+Blue) = 101+24+183=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #6518B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518B7 is #9AE748. Grayscale: #404040. Windows color (decimal): -10151753 or 11999333. OLE color: 11999333.

HSL color Cylindrical-coordinate representation of color #6518B7: hue angle of 269.06º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6518B7 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 24 183 -
CMYK 0.45 0.87 0 0.28
HSL 269.06º 0.77% 0.41% -
HSV(B) 269.06º 0.87% 0.72% -
XYZ 14.24 6.84 45.37 -
YUV 65.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 101 24 183 0.45 0.87 0 0.28 269.06 0.77 0.41
Hex 65 18 B7 2D 57 0 1C 10D 4D 29
Octal 145 30 267 55 127 0 34 415 115 51
Binary 1100101 11000 10110111 101101 1010111 0 11100 100001101 1001101 101001

Color Harmonies of #6518B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518B7

Black with #6518B7

Text Example


Text Example

White with #6518B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6518B7; }

 p { color: rgb(101,24,183); }

 H1.HeaderClassName
 {
   color: #6518B7;
 }
 .AnyTagClassName
 {
   color: #6518B7;
 }
</style>

background-color css

<style>
 a { background-color: #6518B7; }

 a { background-color: rgb(101,24,183); }

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

border-color css

<style>
 span { border-color: #6518B7; }

 span { border-color: rgb(101,24,183); }

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