Html Css Color HEX #6334AA Royal Purple

📋 copy color: '#6334AA'

red 99 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #6334AA

Tints of Royal Purple #6334AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 30.84%
G = 16.2%
B = 52.96%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6334AA (or 0x6334AA) is known color: Royal Purple. HEX triplet: 63, 34 and AA. RGB value is (99,52,170). Sum of RGB (Red+Green+Blue) = 99+52+170=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6334AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6334AA is #9CCB55. Grayscale: #4F4F4F. Windows color (decimal): -10275670 or 11154531. OLE color: 11154531.

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

Color convert

RGB 99 52 170 -
CMYK 0.42 0.69 0 0.33
HSL 263.9º 0.53% 0.44% -
HSV(B) 263.9º 0.69% 0.67% -
XYZ 13.63 8.01 38.86 -
YUV 79.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 99 52 170 0.42 0.69 0 0.33 263.9 0.53 0.44
Hex 63 34 AA 2A 45 0 21 108 35 2C
Octal 143 64 252 52 105 0 41 410 65 54
Binary 1100011 110100 10101010 101010 1000101 0 100001 100001000 110101 101100

Color Harmonies of #6334AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334AA

Black with #6334AA

Text Example


Text Example

White with #6334AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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