Html Css Color HEX #63349F Royal Purple

📋 copy color: '#63349F'

red 99 ◦ green 52 ◦ blue 159

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

Shades of Royal Purple #63349F

Tints of Royal Purple #63349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 31.94%
G = 16.77%
B = 51.29%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63349F (or 0x63349F) is known color: Royal Purple. HEX triplet: 63, 34 and 9F. RGB value is (99,52,159). Sum of RGB (Red+Green+Blue) = 99+52+159=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #63349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63349F is #9CCB60. Grayscale: #4D4D4D. Windows color (decimal): -10275681 or 10433635. OLE color: 10433635.

HSL color Cylindrical-coordinate representation of color #63349F: hue angle of 266.36º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63349F is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 52 159 -
CMYK 0.38 0.67 0 0.38
HSL 266.36º 0.51% 0.41% -
HSV(B) 266.36º 0.67% 0.62% -
XYZ 12.63 7.61 33.6 -
YUV 78.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 99 52 159 0.38 0.67 0 0.38 266.36 0.51 0.41
Hex 63 34 9F 26 43 0 26 10A 33 29
Octal 143 64 237 46 103 0 46 412 63 51
Binary 1100011 110100 10011111 100110 1000011 0 100110 100001010 110011 101001

Color Harmonies of #63349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63349F

Black with #63349F

Text Example


Text Example

White with #63349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63349F; }

 p { color: rgb(99,52,159); }

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

background-color css

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

 a { background-color: rgb(99,52,159); }

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

border-color css

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

 span { border-color: rgb(99,52,159); }

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