Html Css Color HEX #6330AB Royal Purple

📋 copy color: '#6330AB'

red 99 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #6330AB

Tints of Royal Purple #6330AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 31.13%
G = 15.09%
B = 53.77%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6330AB (or 0x6330AB) is known color: Royal Purple. HEX triplet: 63, 30 and AB. RGB value is (99,48,171). Sum of RGB (Red+Green+Blue) = 99+48+171=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #6330AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6330AB is #9CCF54. Grayscale: #4C4C4C. Windows color (decimal): -10276693 or 11219043. OLE color: 11219043.

HSL color Cylindrical-coordinate representation of color #6330AB: hue angle of 264.88º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6330AB is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 48 171 -
CMYK 0.42 0.72 0 0.33
HSL 264.88º 0.56% 0.43% -
HSV(B) 264.88º 0.72% 0.67% -
XYZ 13.55 7.71 39.3 -
YUV 77.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 99 48 171 0.42 0.72 0 0.33 264.88 0.56 0.43
Hex 63 30 AB 2A 48 0 21 109 38 2B
Octal 143 60 253 52 110 0 41 411 70 53
Binary 1100011 110000 10101011 101010 1001000 0 100001 100001001 111000 101011

Color Harmonies of #6330AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330AB

Black with #6330AB

Text Example


Text Example

White with #6330AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6330AB; }

 p { color: rgb(99,48,171); }

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

background-color css

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

 a { background-color: rgb(99,48,171); }

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

border-color css

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

 span { border-color: rgb(99,48,171); }

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