Html Css Color HEX #6336AD Royal Purple

📋 copy color: '#6336AD'

red 99 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #6336AD

Tints of Royal Purple #6336AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 173 (67.97% from 255) = 53.07%

R = 30.37%
G = 16.56%
B = 53.07%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6336AD (or 0x6336AD) is known color: Royal Purple. HEX triplet: 63, 36 and AD. RGB value is (99,54,173). Sum of RGB (Red+Green+Blue) = 99+54+173=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6336AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6336AD is #9CC952. Grayscale: #505050. Windows color (decimal): -10275155 or 11351651. OLE color: 11351651.

HSL color Cylindrical-coordinate representation of color #6336AD: hue angle of 262.69º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6336AD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 54 173 -
CMYK 0.43 0.69 0 0.32
HSL 262.69º 0.52% 0.45% -
HSV(B) 262.69º 0.69% 0.68% -
XYZ 14.01 8.31 40.4 -
YUV 81.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 99 54 173 0.43 0.69 0 0.32 262.69 0.52 0.45
Hex 63 36 AD 2B 45 0 20 107 34 2D
Octal 143 66 255 53 105 0 40 407 64 55
Binary 1100011 110110 10101101 101011 1000101 0 100000 100000111 110100 101101

Color Harmonies of #6336AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6336AD

Black with #6336AD

Text Example


Text Example

White with #6336AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6336AD; }

 p { color: rgb(99,54,173); }

 H1.HeaderClassName
 {
   color: #6336AD;
 }
 .AnyTagClassName
 {
   color: #6336AD;
 }
</style>

background-color css

<style>
 a { background-color: #6336AD; }

 a { background-color: rgb(99,54,173); }

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

border-color css

<style>
 span { border-color: #6336AD; }

 span { border-color: rgb(99,54,173); }

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