Html Css Color HEX #6C34AA Royal Purple

📋 copy color: '#6C34AA'

red 108 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #6C34AA

Tints of Royal Purple #6C34AA

RGB

 RED value IS 108 (42.58% from 255) = 32.73%

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 32.73%
G = 15.76%
B = 51.52%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C34AA (or 0x6C34AA) is known color: Royal Purple. HEX triplet: 6C, 34 and AA. RGB value is (108,52,170). Sum of RGB (Red+Green+Blue) = 108+52+170=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 52 (20.70% from 255 or 15.76% 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 #6C34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C34AA is #93CB55. Grayscale: #515151. Windows color (decimal): -9685846 or 11154540. OLE color: 11154540.

HSL color Cylindrical-coordinate representation of color #6C34AA: hue angle of 268.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C34AA is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 52 170 -
CMYK 0.36 0.69 0 0.33
HSL 268.47º 0.53% 0.44% -
HSV(B) 268.47º 0.69% 0.67% -
XYZ 14.67 8.55 38.91 -
YUV 82.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 108 52 170 0.36 0.69 0 0.33 268.47 0.53 0.44
Hex 6C 34 AA 24 45 0 21 10C 35 2C
Octal 154 64 252 44 105 0 41 414 65 54
Binary 1101100 110100 10101010 100100 1000101 0 100001 100001100 110101 101100

Color Harmonies of #6C34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C34AA

Black with #6C34AA

Text Example


Text Example

White with #6C34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C34AA; }

 p { color: rgb(108,52,170); }

 H1.HeaderClassName
 {
   color: #6C34AA;
 }
 .AnyTagClassName
 {
   color: #6C34AA;
 }
</style>

background-color css

<style>
 a { background-color: #6C34AA; }

 a { background-color: rgb(108,52,170); }

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

border-color css

<style>
 span { border-color: #6C34AA; }

 span { border-color: rgb(108,52,170); }

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