Html Css Color HEX #6500BA Purple Heart

📋 copy color: '#6500BA'

red 101 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #6500BA

Tints of Purple Heart #6500BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.19%
G = 0%
B = 64.81%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6500BA (or 0x6500BA) is known color: Purple Heart. HEX triplet: 65, 00 and BA. RGB value is (101,0,186). Sum of RGB (Red+Green+Blue) = 101+0+186=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #6500BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500BA is #9AFF45. Grayscale: #323232. Windows color (decimal): -10157894 or 12189797. OLE color: 12189797.

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

Color convert

RGB 101 0 186 -
CMYK 0.46 1 0 0.27
HSL 272.58º 1% 0.36% -
HSV(B) 272.58º 1% 0.73% -
XYZ 14.23 6.31 46.92 -
YUV 51.4 203.96 163.38 -
System Red Green Blue C M Y K H S L
Decimal 101 0 186 0.46 1 0 0.27 272.58 1 0.36
Hex 65 0 BA 2E 64 0 1B 111 64 24
Octal 145 0 272 56 144 0 33 421 144 44
Binary 1100101 0 10111010 101110 1100100 0 11011 100010001 1100100 100100

Color Harmonies of #6500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6500BA

Black with #6500BA

Text Example


Text Example

White with #6500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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