#650EBB

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

Shades of Purple Heart #650EBB

Tints of Purple Heart #650EBB

Color information

#650EBB (or 0x650EBB) is unknown color: approx Purple Heart. HEX triplet: 65, 0E and BB. RGB value is (101,14,187). Sum of RGB (Red+Green+Blue) = 101+14+187=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #650EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EBB is #9AF144. Grayscale: #3B3B3B. Windows color (decimal): -10154309 or 12258917. OLE color: 12258917.

HSL color Cylindrical-coordinate representation of color #650EBB: hue angle of 270.17º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650EBB is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10114187-
CMYK0.460.9300.27
HSL270.17º86.07%39.41%-
HSV(B)270.17º92.51%73.33%-
XYZ14.496.6747.54-
YUV59.74199.82157.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=33.44%
G=4.64%
B=61.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101141870.460.9300.27270.1786.0739.41
Hex65EBB2E5D01B10e5627
Octal145162735613503341612647
Binary110010111101011101110111010111010110111000011101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650EBB; }

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

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

<style>
 a { background-color: #650EBB; }

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

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

<style>
 span { border-color: #650EBB; }

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

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