Html Css Color HEX #6034AB Royal Purple

📋 copy color: '#6034AB'

red 96 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #6034AB

Tints of Royal Purple #6034AB

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

 GREEN value IS 52 (20.7% from 255) = 16.3%

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

R = 30.09%
G = 16.3%
B = 53.61%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6034AB (or 0x6034AB) is known color: Royal Purple. HEX triplet: 60, 34 and AB. RGB value is (96,52,171). Sum of RGB (Red+Green+Blue) = 96+52+171=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6034AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6034AB is #9FCB54. Grayscale: #4E4E4E. Windows color (decimal): -10472277 or 11220064. OLE color: 11220064.

HSL color Cylindrical-coordinate representation of color #6034AB: 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.7%. Process color model (Four color, CMYK) of #6034AB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 52 171 -
CMYK 0.44 0.70 0 0.33
HSL 262.18º 0.53% 0.44% -
HSV(B) 262.18º 0.7% 0.67% -
XYZ 13.4 7.88 39.34 -
YUV 78.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 96 52 171 0.44 0.70 0 0.33 262.18 0.53 0.44
Hex 60 34 AB 2C 46 0 21 106 35 2C
Octal 140 64 253 54 106 0 41 406 65 54
Binary 1100000 110100 10101011 101100 1000110 0 100001 100000110 110101 101100

Color Harmonies of #6034AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034AB

Black with #6034AB

Text Example


Text Example

White with #6034AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,52,171); }

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

background-color css

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

 a { background-color: rgb(96,52,171); }

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

border-color css

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

 span { border-color: rgb(96,52,171); }

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