Html Css Color HEX #6C38AE Royal Purple

📋 copy color: '#6C38AE'

red 108 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #6C38AE

Tints of Royal Purple #6C38AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 31.95%
G = 16.57%
B = 51.48%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C38AE (or 0x6C38AE) is known color: Royal Purple. HEX triplet: 6C, 38 and AE. RGB value is (108,56,174). Sum of RGB (Red+Green+Blue) = 108+56+174=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C38AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C38AE is #93C751. Grayscale: #545454. Windows color (decimal): -9684818 or 11417708. OLE color: 11417708.

HSL color Cylindrical-coordinate representation of color #6C38AE: hue angle of 266.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C38AE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 56 174 -
CMYK 0.38 0.68 0 0.32
HSL 266.44º 0.51% 0.45% -
HSV(B) 266.44º 0.68% 0.68% -
XYZ 15.24 9.07 40.99 -
YUV 85 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 108 56 174 0.38 0.68 0 0.32 266.44 0.51 0.45
Hex 6C 38 AE 26 44 0 20 10A 33 2D
Octal 154 70 256 46 104 0 40 412 63 55
Binary 1101100 111000 10101110 100110 1000100 0 100000 100001010 110011 101101

Color Harmonies of #6C38AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C38AE

Black with #6C38AE

Text Example


Text Example

White with #6C38AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,174); }

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

background-color css

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

 a { background-color: rgb(108,56,174); }

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

border-color css

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

 span { border-color: rgb(108,56,174); }

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