Html Css Color HEX #6510BB Purple Heart

📋 copy color: '#6510BB'

red 101 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #6510BB

Tints of Purple Heart #6510BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

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

R = 33.22%
G = 5.26%
B = 61.51%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6510BB (or 0x6510BB) is known color: Purple Heart. HEX triplet: 65, 10 and BB. RGB value is (101,16,187). Sum of RGB (Red+Green+Blue) = 101+16+187=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #6510BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510BB is #9AEF44. Grayscale: #3C3C3C. Windows color (decimal): -10153797 or 12259429. OLE color: 12259429.

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

Color convert

RGB 101 16 187 -
CMYK 0.46 0.91 0 0.27
HSL 269.82º 0.84% 0.4% -
HSV(B) 269.82º 0.91% 0.73% -
XYZ 14.52 6.73 47.55 -
YUV 60.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 101 16 187 0.46 0.91 0 0.27 269.82 0.84 0.4
Hex 65 10 BB 2E 5B 0 1B 10E 54 28
Octal 145 20 273 56 133 0 33 416 124 50
Binary 1100101 10000 10111011 101110 1011011 0 11011 100001110 1010100 101000

Color Harmonies of #6510BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510BB

Black with #6510BB

Text Example


Text Example

White with #6510BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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