Html Css Color HEX #6837A2 Royal Purple

📋 copy color: '#6837A2'

red 104 ◦ green 55 ◦ blue 162

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

Shades of Royal Purple #6837A2

Tints of Royal Purple #6837A2

RGB

 RED value IS 104 (41.02% from 255) = 32.4%

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

 BLUE value IS 162 (63.67% from 255) = 50.47%

R = 32.4%
G = 17.13%
B = 50.47%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6837A2 (or 0x6837A2) is known color: Royal Purple. HEX triplet: 68, 37 and A2. RGB value is (104,55,162). Sum of RGB (Red+Green+Blue) = 104+55+162=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #6837A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6837A2 is #97C85D. Grayscale: #515151. Windows color (decimal): -9947230 or 10631016. OLE color: 10631016.

HSL color Cylindrical-coordinate representation of color #6837A2: hue angle of 267.48º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6837A2 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 55 162 -
CMYK 0.36 0.66 0 0.36
HSL 267.48º 0.49% 0.43% -
HSV(B) 267.48º 0.66% 0.64% -
XYZ 13.6 8.28 35.06 -
YUV 81.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 104 55 162 0.36 0.66 0 0.36 267.48 0.49 0.43
Hex 68 37 A2 24 42 0 24 10B 31 2B
Octal 150 67 242 44 102 0 44 413 61 53
Binary 1101000 110111 10100010 100100 1000010 0 100100 100001011 110001 101011

Color Harmonies of #6837A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6837A2

Black with #6837A2

Text Example


Text Example

White with #6837A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6837A2; }

 p { color: rgb(104,55,162); }

 H1.HeaderClassName
 {
   color: #6837A2;
 }
 .AnyTagClassName
 {
   color: #6837A2;
 }
</style>

background-color css

<style>
 a { background-color: #6837A2; }

 a { background-color: rgb(104,55,162); }

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

border-color css

<style>
 span { border-color: #6837A2; }

 span { border-color: rgb(104,55,162); }

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