Html Css Color HEX #6506BD Purple Heart

📋 copy color: '#6506BD'

red 101 ◦ green 6 ◦ blue 189

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

Shades of Purple Heart #6506BD

Tints of Purple Heart #6506BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 34.12%
G = 2.03%
B = 63.85%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6506BD (or 0x6506BD) is known color: Purple Heart. HEX triplet: 65, 06 and BD. RGB value is (101,6,189). Sum of RGB (Red+Green+Blue) = 101+6+189=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #6506BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506BD is #9AF942. Grayscale: #363636. Windows color (decimal): -10156355 or 12387941. OLE color: 12387941.

HSL color Cylindrical-coordinate representation of color #6506BD: hue angle of 271.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506BD is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 6 189 -
CMYK 0.47 0.97 0 0.26
HSL 271.15º 0.94% 0.38% -
HSV(B) 271.15º 0.97% 0.74% -
XYZ 14.62 6.57 48.64 -
YUV 55.27 203.47 160.62 -
System Red Green Blue C M Y K H S L
Decimal 101 6 189 0.47 0.97 0 0.26 271.15 0.94 0.38
Hex 65 6 BD 2F 61 0 1A 10F 5E 26
Octal 145 6 275 57 141 0 32 417 136 46
Binary 1100101 110 10111101 101111 1100001 0 11010 100001111 1011110 100110

Color Harmonies of #6506BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506BD

Black with #6506BD

Text Example


Text Example

White with #6506BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6506BD; }

 p { color: rgb(101,6,189); }

 H1.HeaderClassName
 {
   color: #6506BD;
 }
 .AnyTagClassName
 {
   color: #6506BD;
 }
</style>

background-color css

<style>
 a { background-color: #6506BD; }

 a { background-color: rgb(101,6,189); }

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

border-color css

<style>
 span { border-color: #6506BD; }

 span { border-color: rgb(101,6,189); }

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