Html Css Color HEX #6334AB Royal Purple

📋 copy color: '#6334AB'

red 99 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #6334AB

Tints of Royal Purple #6334AB

RGB

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

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

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

R = 30.75%
G = 16.15%
B = 53.11%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6334AB (or 0x6334AB) is known color: Royal Purple. HEX triplet: 63, 34 and AB. RGB value is (99,52,171). Sum of RGB (Red+Green+Blue) = 99+52+171=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #6334AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6334AB is #9CCB54. Grayscale: #4F4F4F. Windows color (decimal): -10275669 or 11220067. OLE color: 11220067.

HSL color Cylindrical-coordinate representation of color #6334AB: hue angle of 263.7º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6334AB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 52 171 -
CMYK 0.42 0.70 0 0.33
HSL 263.7º 0.53% 0.44% -
HSV(B) 263.7º 0.7% 0.67% -
XYZ 13.72 8.05 39.36 -
YUV 79.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 99 52 171 0.42 0.70 0 0.33 263.7 0.53 0.44
Hex 63 34 AB 2A 46 0 21 108 35 2C
Octal 143 64 253 52 106 0 41 410 65 54
Binary 1100011 110100 10101011 101010 1000110 0 100001 100001000 110101 101100

Color Harmonies of #6334AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334AB

Black with #6334AB

Text Example


Text Example

White with #6334AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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