Html Css Color HEX #6138AB Royal Purple

📋 copy color: '#6138AB'

red 97 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #6138AB

Tints of Royal Purple #6138AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 29.94%
G = 17.28%
B = 52.78%

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

#6138AB (or 0x6138AB) is known color: Royal Purple. HEX triplet: 61, 38 and AB. RGB value is (97,56,171). Sum of RGB (Red+Green+Blue) = 97+56+171=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #6138AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6138AB is #9EC754. Grayscale: #505050. Windows color (decimal): -10405717 or 11221089. OLE color: 11221089.

HSL color Cylindrical-coordinate representation of color #6138AB: hue angle of 261.39º 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 #6138AB is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 56 171 -
CMYK 0.43 0.67 0 0.33
HSL 261.39º 0.51% 0.45% -
HSV(B) 261.39º 0.67% 0.67% -
XYZ 13.69 8.31 39.41 -
YUV 81.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 97 56 171 0.43 0.67 0 0.33 261.39 0.51 0.45
Hex 61 38 AB 2B 43 0 21 105 33 2D
Octal 141 70 253 53 103 0 41 405 63 55
Binary 1100001 111000 10101011 101011 1000011 0 100001 100000101 110011 101101

Color Harmonies of #6138AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6138AB

Black with #6138AB

Text Example


Text Example

White with #6138AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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