Html Css Color HEX #63016E Purple

📋 copy color: '#63016E'

red 99 ◦ green 1 ◦ blue 110

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

Shades of Purple #63016E

Tints of Purple #63016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 47.14%
G = 0.48%
B = 52.38%

CMYK

 C value IS 0.1

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63016E (or 0x63016E) is known color: Purple. HEX triplet: 63, 01 and 6E. RGB value is (99,1,110). Sum of RGB (Red+Green+Blue) = 99+1+110=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #63016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63016E is #9CFE91. Grayscale: #2A2A2A. Windows color (decimal): -10288786 or 7209315. OLE color: 7209315.

HSL color Cylindrical-coordinate representation of color #63016E: hue angle of 293.94º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63016E is Cyan = 0.1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 1 110 -
CMYK 0.1 0.99 0 0.57
HSL 293.94º 0.98% 0.22% -
HSV(B) 293.94º 0.99% 0.43% -
XYZ 7.97 3.8 15.07 -
YUV 42.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 99 1 110 0.1 0.99 0 0.57 293.94 0.98 0.22
Hex 63 1 6E A 63 0 39 126 62 16
Octal 143 1 156 12 143 0 71 446 142 26
Binary 1100011 1 1101110 1010 1100011 0 111001 100100110 1100010 10110

Color Harmonies of #63016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63016E

Black with #63016E

Text Example


Text Example

White with #63016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63016E; }

 p { color: rgb(99,1,110); }

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

background-color css

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

 a { background-color: rgb(99,1,110); }

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

border-color css

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

 span { border-color: rgb(99,1,110); }

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