Html Css Color HEX #6138AA Royal Purple

📋 copy color: '#6138AA'

red 97 ◦ green 56 ◦ blue 170

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

Shades of Royal Purple #6138AA

Tints of Royal Purple #6138AA

RGB

 RED value IS 97 (38.28% from 255) = 30.03%

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

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

R = 30.03%
G = 17.34%
B = 52.63%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6138AA (or 0x6138AA) is known color: Royal Purple. HEX triplet: 61, 38 and AA. RGB value is (97,56,170). Sum of RGB (Red+Green+Blue) = 97+56+170=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #6138AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6138AA is #9EC755. Grayscale: #505050. Windows color (decimal): -10405718 or 11155553. OLE color: 11155553.

HSL color Cylindrical-coordinate representation of color #6138AA: hue angle of 261.58º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6138AA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 56 170 -
CMYK 0.43 0.67 0 0.33
HSL 261.58º 0.5% 0.44% -
HSV(B) 261.58º 0.67% 0.67% -
XYZ 13.6 8.27 38.91 -
YUV 81.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 97 56 170 0.43 0.67 0 0.33 261.58 0.5 0.44
Hex 61 38 AA 2B 43 0 21 106 32 2C
Octal 141 70 252 53 103 0 41 406 62 54
Binary 1100001 111000 10101010 101011 1000011 0 100001 100000110 110010 101100

Color Harmonies of #6138AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6138AA

Black with #6138AA

Text Example


Text Example

White with #6138AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,56,170); }

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

background-color css

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

 a { background-color: rgb(97,56,170); }

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

border-color css

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

 span { border-color: rgb(97,56,170); }

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