#620CB5

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

Shades of Purple Heart #620CB5

Tints of Purple Heart #620CB5

Color information

#620CB5 (or 0x620CB5) is unknown color: approx Purple Heart. HEX triplet: 62, 0C and B5. RGB value is (98,12,181). Sum of RGB (Red+Green+Blue) = 98+12+181=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #620CB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CB5 is #9DF34A. Grayscale: #383838. Windows color (decimal): -10351435 or 11865186. OLE color: 11865186.

HSL color Cylindrical-coordinate representation of color #620CB5: hue angle of 270.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620CB5 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9812181-
CMYK0.460.9300.29
HSL270.53º87.56%37.84%-
HSV(B)270.53º93.37%70.98%-
XYZ13.516.244.2-
YUV56.98197.99157.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 12 (5.08% from 255) = 4.12%
BLUE value IS 181 (71.09% from 255) = 62.20%
R=33.68%
G=4.12%
B=62.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98121810.460.9300.29270.5387.5637.84
Hex62CB52E5D01D10f5826
Octal142142655613503541713046
Binary110001011001011010110111010111010111011000011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620CB5; }

 p { color: rgb(98,12,181); }

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

<style>
 a { background-color: #620CB5; }

 a { background-color: rgb(98,12,181); }

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

<style>
 span { border-color: #620CB5; }

 span { border-color: rgb(98,12,181); }

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