Html Css Color HEX #6518B1 Purple Heart

📋 copy color: '#6518B1'

red 101 ◦ green 24 ◦ blue 177

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

Shades of Purple Heart #6518B1

Tints of Purple Heart #6518B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 58.61%

R = 33.44%
G = 7.95%
B = 58.61%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6518B1 (or 0x6518B1) is known color: Purple Heart. HEX triplet: 65, 18 and B1. RGB value is (101,24,177). Sum of RGB (Red+Green+Blue) = 101+24+177=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #6518B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518B1 is #9AE74E. Grayscale: #3F3F3F. Windows color (decimal): -10151759 or 11606117. OLE color: 11606117.

HSL color Cylindrical-coordinate representation of color #6518B1: hue angle of 270.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6518B1 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 24 177 -
CMYK 0.43 0.86 0 0.31
HSL 270.2º 0.76% 0.39% -
HSV(B) 270.2º 0.86% 0.69% -
XYZ 13.63 6.59 42.15 -
YUV 64.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 101 24 177 0.43 0.86 0 0.31 270.2 0.76 0.39
Hex 65 18 B1 2B 56 0 1F 10E 4C 27
Octal 145 30 261 53 126 0 37 416 114 47
Binary 1100101 11000 10110001 101011 1010110 0 11111 100001110 1001100 100111

Color Harmonies of #6518B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518B1

Black with #6518B1

Text Example


Text Example

White with #6518B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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