Html Css Color HEX #6510BA Purple Heart

📋 copy color: '#6510BA'

red 101 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #6510BA

Tints of Purple Heart #6510BA

RGB

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

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

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

R = 33.33%
G = 5.28%
B = 61.39%

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

#6510BA (or 0x6510BA) is known color: Purple Heart. HEX triplet: 65, 10 and BA. RGB value is (101,16,186). Sum of RGB (Red+Green+Blue) = 101+16+186=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #6510BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510BA is #9AEF45. Grayscale: #3C3C3C. Windows color (decimal): -10153798 or 12193893. OLE color: 12193893.

HSL color Cylindrical-coordinate representation of color #6510BA: hue angle of 270º 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 #6510BA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 16 186 -
CMYK 0.46 0.91 0 0.27
HSL 270º 0.84% 0.4% -
HSV(B) 270º 0.91% 0.73% -
XYZ 14.42 6.68 46.98 -
YUV 60.8 198.66 156.68 -
System Red Green Blue C M Y K H S L
Decimal 101 16 186 0.46 0.91 0 0.27 270 0.84 0.4
Hex 65 10 BA 2E 5B 0 1B 10E 54 28
Octal 145 20 272 56 133 0 33 416 124 50
Binary 1100101 10000 10111010 101110 1011011 0 11011 100001110 1010100 101000

Color Harmonies of #6510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510BA

Black with #6510BA

Text Example


Text Example

White with #6510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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