Html Css Color HEX #6937A5 Royal Purple

📋 copy color: '#6937A5'

red 105 ◦ green 55 ◦ blue 165

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

Shades of Royal Purple #6937A5

Tints of Royal Purple #6937A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.77%

R = 32.31%
G = 16.92%
B = 50.77%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6937A5 (or 0x6937A5) is known color: Royal Purple. HEX triplet: 69, 37 and A5. RGB value is (105,55,165). Sum of RGB (Red+Green+Blue) = 105+55+165=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #6937A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6937A5 is #96C85A. Grayscale: #525252. Windows color (decimal): -9881691 or 10827625. OLE color: 10827625.

HSL color Cylindrical-coordinate representation of color #6937A5: hue angle of 267.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6937A5 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 55 165 -
CMYK 0.36 0.67 0 0.35
HSL 267.27º 0.5% 0.43% -
HSV(B) 267.27º 0.67% 0.65% -
XYZ 13.98 8.45 36.49 -
YUV 82.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 105 55 165 0.36 0.67 0 0.35 267.27 0.5 0.43
Hex 69 37 A5 24 43 0 23 10B 32 2B
Octal 151 67 245 44 103 0 43 413 62 53
Binary 1101001 110111 10100101 100100 1000011 0 100011 100001011 110010 101011

Color Harmonies of #6937A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6937A5

Black with #6937A5

Text Example


Text Example

White with #6937A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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