#6302AE

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

Shades of Purple Heart #6302AE

Tints of Purple Heart #6302AE

Color information

#6302AE (or 0x6302AE) is unknown color: approx Purple Heart. HEX triplet: 63, 02 and AE. RGB value is (99,2,174). Sum of RGB (Red+Green+Blue) = 99+2+174=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #6302AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302AE is #9CFD51. Grayscale: #323232. Windows color (decimal): -10288466 or 11403875. OLE color: 11403875.

HSL color Cylindrical-coordinate representation of color #6302AE: hue angle of 273.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302AE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB992174-
CMYK0.430.9900.32
HSL273.84º97.73%34.51%-
HSV(B)273.84º98.85%68.24%-
XYZ12.815.7540.48-
YUV50.61197.64162.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=36%
G=0.73%
B=63.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9921740.430.9900.32273.8497.7334.51
Hex632AE2B630201126223
Octal14322565314304042214243
Binary11000111010101110101011110001101000001000100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6302AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6302AE; }

 p { color: rgb(99,2,174); }

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

<style>
 a { background-color: #6302AE; }

 a { background-color: rgb(99,2,174); }

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

<style>
 span { border-color: #6302AE; }

 span { border-color: rgb(99,2,174); }

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