#630CA7

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

Shades of Purple Heart #630CA7

Tints of Purple Heart #630CA7

Color information

#630CA7 (or 0x630CA7) is unknown color: approx Purple Heart. HEX triplet: 63, 0C and A7. RGB value is (99,12,167). Sum of RGB (Red+Green+Blue) = 99+12+167=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #630CA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630CA7 is #9CF358. Grayscale: #373737. Windows color (decimal): -10285913 or 10947683. OLE color: 10947683.

HSL color Cylindrical-coordinate representation of color #630CA7: hue angle of 273.68º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630CA7 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9912167-
CMYK0.410.9300.35
HSL273.68º86.59%35.1%-
HSV(B)273.68º92.81%65.49%-
XYZ12.255.7137.01-
YUV55.68190.82158.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 167 (65.62% from 255) = 60.07%
R=35.61%
G=4.32%
B=60.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99121670.410.9300.35273.6886.5935.1
Hex63CA7295D0231125723
Octal143142475113504342212743
Binary1100011110010100111101001101110101000111000100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,12,167); }

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

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

 a { background-color: rgb(99,12,167); }

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

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

 span { border-color: rgb(99,12,167); }

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