Html Css Color HEX #630470 Purple

📋 copy color: '#630470'

red 99 ◦ green 4 ◦ blue 112

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

Shades of Purple #630470

Tints of Purple #630470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 46.05%
G = 1.86%
B = 52.09%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630470 (or 0x630470) is known color: Purple. HEX triplet: 63, 04 and 70. RGB value is (99,4,112). Sum of RGB (Red+Green+Blue) = 99+4+112=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #630470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630470 is #9CFB8F. Grayscale: #2C2C2C. Windows color (decimal): -10288016 or 7341155. OLE color: 7341155.

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

Color convert

RGB 99 4 112 -
CMYK 0.12 0.96 0 0.56
HSL 292.78º 0.93% 0.23% -
HSV(B) 292.78º 0.96% 0.44% -
XYZ 8.11 3.91 15.66 -
YUV 44.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 99 4 112 0.12 0.96 0 0.56 292.78 0.93 0.23
Hex 63 4 70 C 60 0 38 125 5D 17
Octal 143 4 160 14 140 0 70 445 135 27
Binary 1100011 100 1110000 1100 1100000 0 111000 100100101 1011101 10111

Color Harmonies of #630470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630470

Black with #630470

Text Example


Text Example

White with #630470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630470; }

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

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

background-color css

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

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

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

border-color css

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

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

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