#650CB1

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

Shades of Purple Heart #650CB1

Tints of Purple Heart #650CB1

Color information

#650CB1 (or 0x650CB1) is unknown color: approx Purple Heart. HEX triplet: 65, 0C and B1. RGB value is (101,12,177). Sum of RGB (Red+Green+Blue) = 101+12+177=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #650CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650CB1 is #9AF34E. Grayscale: #383838. Windows color (decimal): -10154831 or 11603045. OLE color: 11603045.

HSL color Cylindrical-coordinate representation of color #650CB1: hue angle of 272.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650CB1 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10112177-
CMYK0.430.9300.31
HSL272.36º87.3%37.06%-
HSV(B)272.36º93.22%69.41%-
XYZ13.436.242.08-
YUV57.42195.49159.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 177 (69.53% from 255) = 61.03%
R=34.83%
G=4.14%
B=61.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101121770.430.9300.31272.3687.337.06
Hex65CB12B5D01F1105725
Octal145142615313503742012745
Binary110010111001011000110101110111010111111000100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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