Html Css Color HEX #630274 Purple

📋 copy color: '#630274'

red 99 ◦ green 2 ◦ blue 116

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

Shades of Purple #630274

Tints of Purple #630274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 45.62%
G = 0.92%
B = 53.46%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630274 (or 0x630274) is known color: Purple. HEX triplet: 63, 02 and 74. RGB value is (99,2,116). Sum of RGB (Red+Green+Blue) = 99+2+116=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #630274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630274 is #9CFD8B. Grayscale: #2B2B2B. Windows color (decimal): -10288524 or 7602787. OLE color: 7602787.

HSL color Cylindrical-coordinate representation of color #630274: hue angle of 291.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630274 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 2 116 -
CMYK 0.15 0.98 0 0.55
HSL 291.05º 0.97% 0.23% -
HSV(B) 291.05º 0.98% 0.45% -
XYZ 8.32 3.96 16.85 -
YUV 44 168.64 167.23 -
System Red Green Blue C M Y K H S L
Decimal 99 2 116 0.15 0.98 0 0.55 291.05 0.97 0.23
Hex 63 2 74 F 62 0 37 123 61 17
Octal 143 2 164 17 142 0 67 443 141 27
Binary 1100011 10 1110100 1111 1100010 0 110111 100100011 1100001 10111

Color Harmonies of #630274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630274

Black with #630274

Text Example


Text Example

White with #630274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630274; }

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

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

background-color css

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

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

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

border-color css

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

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

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