Html Css Color HEX #6937AA Royal Purple

📋 copy color: '#6937AA'

red 105 ◦ green 55 ◦ blue 170

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

Shades of Royal Purple #6937AA

Tints of Royal Purple #6937AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 31.82%
G = 16.67%
B = 51.52%

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

#6937AA (or 0x6937AA) is known color: Royal Purple. HEX triplet: 69, 37 and AA. RGB value is (105,55,170). Sum of RGB (Red+Green+Blue) = 105+55+170=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #6937AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6937AA is #96C855. Grayscale: #525252. Windows color (decimal): -9881686 or 11155305. OLE color: 11155305.

HSL color Cylindrical-coordinate representation of color #6937AA: hue angle of 266.09º degrees, saturation: 0.51, 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 #6937AA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 55 170 -
CMYK 0.38 0.68 0 0.33
HSL 266.09º 0.51% 0.44% -
HSV(B) 266.09º 0.68% 0.67% -
XYZ 14.45 8.64 38.94 -
YUV 83.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 105 55 170 0.38 0.68 0 0.33 266.09 0.51 0.44
Hex 69 37 AA 26 44 0 21 10A 33 2C
Octal 151 67 252 46 104 0 41 412 63 54
Binary 1101001 110111 10101010 100110 1000100 0 100001 100001010 110011 101100

Color Harmonies of #6937AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6937AA

Black with #6937AA

Text Example


Text Example

White with #6937AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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