Html Css Color HEX #6505BA Purple Heart

📋 copy color: '#6505BA'

red 101 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #6505BA

Tints of Purple Heart #6505BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 34.59%
G = 1.71%
B = 63.7%

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

#6505BA (or 0x6505BA) is known color: Purple Heart. HEX triplet: 65, 05 and BA. RGB value is (101,5,186). Sum of RGB (Red+Green+Blue) = 101+5+186=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #6505BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505BA is #9AFA45. Grayscale: #353535. Windows color (decimal): -10156614 or 12191077. OLE color: 12191077.

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

Color convert

RGB 101 5 186 -
CMYK 0.46 0.97 0 0.27
HSL 271.82º 0.95% 0.37% -
HSV(B) 271.82º 0.97% 0.73% -
XYZ 14.28 6.42 46.94 -
YUV 54.34 202.3 161.28 -
System Red Green Blue C M Y K H S L
Decimal 101 5 186 0.46 0.97 0 0.27 271.82 0.95 0.37
Hex 65 5 BA 2E 61 0 1B 110 5F 25
Octal 145 5 272 56 141 0 33 420 137 45
Binary 1100101 101 10111010 101110 1100001 0 11011 100010000 1011111 100101

Color Harmonies of #6505BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505BA

Black with #6505BA

Text Example


Text Example

White with #6505BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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