Html Css Color HEX #630265 Purple

📋 copy color: '#630265'

red 99 ◦ green 2 ◦ blue 101

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

Shades of Purple #630265

Tints of Purple #630265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50%

R = 49.01%
G = 0.99%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#630265 (or 0x630265) is known color: Purple. HEX triplet: 63, 02 and 65. RGB value is (99,2,101). Sum of RGB (Red+Green+Blue) = 99+2+101=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #630265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630265 is #9CFD9A. Grayscale: #292929. Windows color (decimal): -10288539 or 6619747. OLE color: 6619747.

HSL color Cylindrical-coordinate representation of color #630265: hue angle of 298.79º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630265 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 2 101 -
CMYK 0.02 0.98 0 0.60
HSL 298.79º 0.96% 0.2% -
HSV(B) 298.79º 0.98% 0.4% -
XYZ 7.52 3.64 12.62 -
YUV 42.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 99 2 101 0.02 0.98 0 0.60 298.79 0.96 0.2
Hex 63 2 65 2 62 0 3C 12B 60 14
Octal 143 2 145 2 142 0 74 453 140 24
Binary 1100011 10 1100101 10 1100010 0 111100 100101011 1100000 10100

Color Harmonies of #630265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630265

Black with #630265

Text Example


Text Example

White with #630265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630265; }

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

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

background-color css

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

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

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

border-color css

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

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

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