Html Css Color HEX #630270 Purple

📋 copy color: '#630270'

red 99 ◦ green 2 ◦ blue 112

#630270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #630270

Tints of Purple #630270

RGB

 RED value IS 99 (39.06% from 255) = 46.48%

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 46.48%
G = 0.94%
B = 52.58%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630270 (or 0x630270) is known color: Purple. HEX triplet: 63, 02 and 70. RGB value is (99,2,112). Sum of RGB (Red+Green+Blue) = 99+2+112=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #630270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630270 is #9CFD8F. Grayscale: #2B2B2B. Windows color (decimal): -10288528 or 7340643. OLE color: 7340643.

HSL color Cylindrical-coordinate representation of color #630270: hue angle of 292.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630270 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 2 112 -
CMYK 0.12 0.98 0 0.56
HSL 292.91º 0.96% 0.22% -
HSV(B) 292.91º 0.98% 0.44% -
XYZ 8.09 3.87 15.65 -
YUV 43.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 99 2 112 0.12 0.98 0 0.56 292.91 0.96 0.22
Hex 63 2 70 C 62 0 38 125 60 16
Octal 143 2 160 14 142 0 70 445 140 26
Binary 1100011 10 1110000 1100 1100010 0 111000 100100101 1100000 10110

Color Harmonies of #630270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630270

Black with #630270

Text Example


Text Example

White with #630270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630270; }

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

 H1.HeaderClassName
 {
   color: #630270;
 }
 .AnyTagClassName
 {
   color: #630270;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #630270;
 }
 .BgClassName
 {
   background-color: #630270;
 }
</style>

border-color css

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

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

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