#650CBB

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

Shades of Purple Heart #650CBB

Tints of Purple Heart #650CBB

Color information

#650CBB (or 0x650CBB) is unknown color: approx Purple Heart. HEX triplet: 65, 0C and BB. RGB value is (101,12,187). Sum of RGB (Red+Green+Blue) = 101+12+187=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #650CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CBB is #9AF344. Grayscale: #393939. Windows color (decimal): -10154821 or 12258405. OLE color: 12258405.

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

Color convert

RGB10112187-
CMYK0.460.9400.27
HSL270.51º87.94%39.02%-
HSV(B)270.51º93.58%73.33%-
XYZ14.476.6247.53-
YUV58.56200.49158.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 187 (73.44% from 255) = 62.33%
R=33.67%
G=4%
B=62.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101121870.460.9400.27270.5187.9439.02
Hex65CBB2E5E01B10f5827
Octal145142735613603341713047
Binary110010111001011101110111010111100110111000011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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