Html Css Color HEX #6505BB Purple Heart

📋 copy color: '#6505BB'

red 101 ◦ green 5 ◦ blue 187

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

Shades of Purple Heart #6505BB

Tints of Purple Heart #6505BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 187 (73.44% from 255) = 63.82%

R = 34.47%
G = 1.71%
B = 63.82%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6505BB (or 0x6505BB) is known color: Purple Heart. HEX triplet: 65, 05 and BB. RGB value is (101,5,187). Sum of RGB (Red+Green+Blue) = 101+5+187=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #6505BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505BB is #9AFA44. Grayscale: #353535. Windows color (decimal): -10156613 or 12256613. OLE color: 12256613.

HSL color Cylindrical-coordinate representation of color #6505BB: hue angle of 271.65º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6505BB is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 5 187 -
CMYK 0.46 0.97 0 0.27
HSL 271.65º 0.95% 0.38% -
HSV(B) 271.65º 0.97% 0.73% -
XYZ 14.39 6.46 47.5 -
YUV 54.45 202.8 161.2 -
System Red Green Blue C M Y K H S L
Decimal 101 5 187 0.46 0.97 0 0.27 271.65 0.95 0.38
Hex 65 5 BB 2E 61 0 1B 110 5F 26
Octal 145 5 273 56 141 0 33 420 137 46
Binary 1100101 101 10111011 101110 1100001 0 11011 100010000 1011111 100110

Color Harmonies of #6505BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505BB

Black with #6505BB

Text Example


Text Example

White with #6505BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6505BB; }

 p { color: rgb(101,5,187); }

 H1.HeaderClassName
 {
   color: #6505BB;
 }
 .AnyTagClassName
 {
   color: #6505BB;
 }
</style>

background-color css

<style>
 a { background-color: #6505BB; }

 a { background-color: rgb(101,5,187); }

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

border-color css

<style>
 span { border-color: #6505BB; }

 span { border-color: rgb(101,5,187); }

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