#630ECA

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

Shades of Purple Heart #630ECA

Tints of Purple Heart #630ECA

Color information

#630ECA (or 0x630ECA) is unknown color: approx Purple Heart. HEX triplet: 63, 0E and CA. RGB value is (99,14,202). Sum of RGB (Red+Green+Blue) = 99+14+202=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #630ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630ECA is #9CF135. Grayscale: #3C3C3C. Windows color (decimal): -10285366 or 13241955. OLE color: 13241955.

HSL color Cylindrical-coordinate representation of color #630ECA: hue angle of 267.13º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630ECA is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9914202-
CMYK0.510.9300.21
HSL267.13º87.04%42.35%-
HSV(B)267.13º93.07%79.22%-
XYZ15.967.2356.43-
YUV60.85207.66155.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 14 (5.86% from 255) = 4.44%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=31.43%
G=4.44%
B=64.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99142020.510.9300.21267.1387.0442.35
Hex63ECA335D01510b572a
Octal143163126313502541312752
Binary110001111101100101011001110111010101011000010111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630ECA; }

 p { color: rgb(99,14,202); }

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

<style>
 a { background-color: #630ECA; }

 a { background-color: rgb(99,14,202); }

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

<style>
 span { border-color: #630ECA; }

 span { border-color: rgb(99,14,202); }

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