#630FAA

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

Shades of Purple Heart #630FAA

Tints of Purple Heart #630FAA

Color information

#630FAA (or 0x630FAA) is unknown color: approx Purple Heart. HEX triplet: 63, 0F and AA. RGB value is (99,15,170). Sum of RGB (Red+Green+Blue) = 99+15+170=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #630FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FAA is #9CF055. Grayscale: #393939. Windows color (decimal): -10285142 or 11145059. OLE color: 11145059.

HSL color Cylindrical-coordinate representation of color #630FAA: hue angle of 272.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630FAA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9915170-
CMYK0.420.9100.33
HSL272.52º83.78%36.27%-
HSV(B)272.52º91.18%66.67%-
XYZ12.575.938.51-
YUV57.79191.33157.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=34.86%
G=5.28%
B=59.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99151700.420.9100.33272.5283.7836.27
Hex63FAA2A5B0211115424
Octal143172525213304142112444
Binary1100011111110101010101010101101101000011000100011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,170); }

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

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

 a { background-color: rgb(99,15,170); }

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

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

 span { border-color: rgb(99,15,170); }

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