Html Css Color HEX #6505BF Purple Heart

📋 copy color: '#6505BF'

red 101 ◦ green 5 ◦ blue 191

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

Shades of Purple Heart #6505BF

Tints of Purple Heart #6505BF

RGB

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

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

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

R = 34.01%
G = 1.68%
B = 64.31%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6505BF (or 0x6505BF) is known color: Purple Heart. HEX triplet: 65, 05 and BF. RGB value is (101,5,191). Sum of RGB (Red+Green+Blue) = 101+5+191=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #6505BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505BF is #9AFA40. Grayscale: #363636. Windows color (decimal): -10156609 or 12518757. OLE color: 12518757.

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

Color convert

RGB 101 5 191 -
CMYK 0.47 0.97 0 0.25
HSL 270.97º 0.95% 0.38% -
HSV(B) 270.97º 0.97% 0.75% -
XYZ 14.83 6.64 49.79 -
YUV 54.91 204.8 160.88 -
System Red Green Blue C M Y K H S L
Decimal 101 5 191 0.47 0.97 0 0.25 270.97 0.95 0.38
Hex 65 5 BF 2F 61 0 19 10F 5F 26
Octal 145 5 277 57 141 0 31 417 137 46
Binary 1100101 101 10111111 101111 1100001 0 11001 100001111 1011111 100110

Color Harmonies of #6505BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505BF

Black with #6505BF

Text Example


Text Example

White with #6505BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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