Html Css Color HEX #6135AC Royal Purple

📋 copy color: '#6135AC'

red 97 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #6135AC

Tints of Royal Purple #6135AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 30.12%
G = 16.46%
B = 53.42%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6135AC (or 0x6135AC) is known color: Royal Purple. HEX triplet: 61, 35 and AC. RGB value is (97,53,172). Sum of RGB (Red+Green+Blue) = 97+53+172=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6135AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6135AC is #9ECA53. Grayscale: #4F4F4F. Windows color (decimal): -10406484 or 11285857. OLE color: 11285857.

HSL color Cylindrical-coordinate representation of color #6135AC: hue angle of 262.18º 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 #6135AC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 53 172 -
CMYK 0.44 0.69 0 0.33
HSL 262.18º 0.53% 0.44% -
HSV(B) 262.18º 0.69% 0.67% -
XYZ 13.65 8.07 39.87 -
YUV 79.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 97 53 172 0.44 0.69 0 0.33 262.18 0.53 0.44
Hex 61 35 AC 2C 45 0 21 106 35 2C
Octal 141 65 254 54 105 0 41 406 65 54
Binary 1100001 110101 10101100 101100 1000101 0 100001 100000110 110101 101100

Color Harmonies of #6135AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6135AC

Black with #6135AC

Text Example


Text Example

White with #6135AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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