Html Css Color HEX #630268 Purple

📋 copy color: '#630268'

red 99 ◦ green 2 ◦ blue 104

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

Shades of Purple #630268

Tints of Purple #630268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.73%

R = 48.29%
G = 0.98%
B = 50.73%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630268 (or 0x630268) is known color: Purple. HEX triplet: 63, 02 and 68. RGB value is (99,2,104). Sum of RGB (Red+Green+Blue) = 99+2+104=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #630268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630268 is #9CFD97. Grayscale: #2A2A2A. Windows color (decimal): -10288536 or 6816355. OLE color: 6816355.

HSL color Cylindrical-coordinate representation of color #630268: hue angle of 297.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630268 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 2 104 -
CMYK 0.05 0.98 0 0.59
HSL 297.06º 0.96% 0.21% -
HSV(B) 297.06º 0.98% 0.41% -
XYZ 7.67 3.7 13.41 -
YUV 42.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 99 2 104 0.05 0.98 0 0.59 297.06 0.96 0.21
Hex 63 2 68 5 62 0 3B 129 60 15
Octal 143 2 150 5 142 0 73 451 140 25
Binary 1100011 10 1101000 101 1100010 0 111011 100101001 1100000 10101

Color Harmonies of #630268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630268

Black with #630268

Text Example


Text Example

White with #630268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630268; }

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

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

background-color css

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

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

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

border-color css

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

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

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