Html Css Color HEX #6138AC Royal Purple

📋 copy color: '#6138AC'

red 97 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #6138AC

Tints of Royal Purple #6138AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 29.85%
G = 17.23%
B = 52.92%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6138AC (or 0x6138AC) is known color: Royal Purple. HEX triplet: 61, 38 and AC. RGB value is (97,56,172). Sum of RGB (Red+Green+Blue) = 97+56+172=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #6138AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6138AC is #9EC753. Grayscale: #515151. Windows color (decimal): -10405716 or 11286625. OLE color: 11286625.

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

Color convert

RGB 97 56 172 -
CMYK 0.44 0.67 0 0.33
HSL 261.21º 0.51% 0.45% -
HSV(B) 261.21º 0.67% 0.67% -
XYZ 13.79 8.35 39.91 -
YUV 81.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 97 56 172 0.44 0.67 0 0.33 261.21 0.51 0.45
Hex 61 38 AC 2C 43 0 21 105 33 2D
Octal 141 70 254 54 103 0 41 405 63 55
Binary 1100001 111000 10101100 101100 1000011 0 100001 100000101 110011 101101

Color Harmonies of #6138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6138AC

Black with #6138AC

Text Example


Text Example

White with #6138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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