Html Css Color HEX #6034AD Royal Purple

📋 copy color: '#6034AD'

red 96 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #6034AD

Tints of Royal Purple #6034AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 29.91%
G = 16.2%
B = 53.89%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6034AD (or 0x6034AD) is known color: Royal Purple. HEX triplet: 60, 34 and AD. RGB value is (96,52,173). Sum of RGB (Red+Green+Blue) = 96+52+173=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #6034AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6034AD is #9FCB52. Grayscale: #4E4E4E. Windows color (decimal): -10472275 or 11351136. OLE color: 11351136.

HSL color Cylindrical-coordinate representation of color #6034AD: hue angle of 261.82º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6034AD is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 52 173 -
CMYK 0.45 0.70 0 0.32
HSL 261.82º 0.54% 0.44% -
HSV(B) 261.82º 0.7% 0.68% -
XYZ 13.59 7.96 40.36 -
YUV 78.95 181.08 140.16 -
System Red Green Blue C M Y K H S L
Decimal 96 52 173 0.45 0.70 0 0.32 261.82 0.54 0.44
Hex 60 34 AD 2D 46 0 20 106 36 2C
Octal 140 64 255 55 106 0 40 406 66 54
Binary 1100000 110100 10101101 101101 1000110 0 100000 100000110 110110 101100

Color Harmonies of #6034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034AD

Black with #6034AD

Text Example


Text Example

White with #6034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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