Html Css Color HEX #6518BF Purple Heart

📋 copy color: '#6518BF'

red 101 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #6518BF

Tints of Purple Heart #6518BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 31.96%
G = 7.59%
B = 60.44%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6518BF (or 0x6518BF) is known color: Purple Heart. HEX triplet: 65, 18 and BF. RGB value is (101,24,191). Sum of RGB (Red+Green+Blue) = 101+24+191=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #6518BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518BF is #9AE740. Grayscale: #414141. Windows color (decimal): -10151745 or 12523621. OLE color: 12523621.

HSL color Cylindrical-coordinate representation of color #6518BF: hue angle of 267.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6518BF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 24 191 -
CMYK 0.47 0.87 0 0.25
HSL 267.66º 0.78% 0.42% -
HSV(B) 267.66º 0.87% 0.75% -
XYZ 15.1 7.18 49.88 -
YUV 66.06 198.51 152.92 -
System Red Green Blue C M Y K H S L
Decimal 101 24 191 0.47 0.87 0 0.25 267.66 0.78 0.42
Hex 65 18 BF 2F 57 0 19 10C 4E 2A
Octal 145 30 277 57 127 0 31 414 116 52
Binary 1100101 11000 10111111 101111 1010111 0 11001 100001100 1001110 101010

Color Harmonies of #6518BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518BF

Black with #6518BF

Text Example


Text Example

White with #6518BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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