Html Css Color HEX #6936AA Royal Purple

📋 copy color: '#6936AA'

red 105 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #6936AA

Tints of Royal Purple #6936AA

RGB

 RED value IS 105 (41.41% from 255) = 31.91%

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

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

R = 31.91%
G = 16.41%
B = 51.67%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6936AA (or 0x6936AA) is known color: Royal Purple. HEX triplet: 69, 36 and AA. RGB value is (105,54,170). Sum of RGB (Red+Green+Blue) = 105+54+170=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #6936AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6936AA is #96C955. Grayscale: #525252. Windows color (decimal): -9881942 or 11155049. OLE color: 11155049.

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

Color convert

RGB 105 54 170 -
CMYK 0.38 0.68 0 0.33
HSL 266.38º 0.52% 0.44% -
HSV(B) 266.38º 0.68% 0.67% -
XYZ 14.4 8.54 38.92 -
YUV 82.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 105 54 170 0.38 0.68 0 0.33 266.38 0.52 0.44
Hex 69 36 AA 26 44 0 21 10A 34 2C
Octal 151 66 252 46 104 0 41 412 64 54
Binary 1101001 110110 10101010 100110 1000100 0 100001 100001010 110100 101100

Color Harmonies of #6936AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6936AA

Black with #6936AA

Text Example


Text Example

White with #6936AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,54,170); }

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

background-color css

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

 a { background-color: rgb(105,54,170); }

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

border-color css

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

 span { border-color: rgb(105,54,170); }

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