#6500BC

Color #6500BC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6500BC

Tints of Purple Heart #6500BC

Color information

#6500BC (or 0x6500BC) is unknown color: approx Purple Heart. HEX triplet: 65, 00 and BC. RGB value is (101,0,188). Sum of RGB (Red+Green+Blue) = 101+0+188=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #6500BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500BC is #9AFF43. Grayscale: #323232. Windows color (decimal): -10157892 or 12320869. OLE color: 12320869.

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

Color convert

RGB1010188-
CMYK0.46100.26
HSL272.23º100%36.86%-
HSV(B)272.23º100%73.73%-
XYZ14.446.448.05-
YUV51.63204.96163.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=34.95%
G=0%
B=65.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10101880.46100.26272.2310036.86
Hex650BC2E6401A1106425
Octal14502745614403242014445
Binary110010101011110010111011001000110101000100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6500BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6500BC;
 }
 .AnyTagClassName
 {
   color: #6500BC;
 }
</style>
background-color css

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

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

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

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

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

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