Html Css Color HEX #6036AD Royal Purple

📋 copy color: '#6036AD'

red 96 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #6036AD

Tints of Royal Purple #6036AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 29.72%
G = 16.72%
B = 53.56%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6036AD (or 0x6036AD) is known color: Royal Purple. HEX triplet: 60, 36 and AD. RGB value is (96,54,173). Sum of RGB (Red+Green+Blue) = 96+54+173=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #6036AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6036AD is #9FC952. Grayscale: #4F4F4F. Windows color (decimal): -10471763 or 11351648. OLE color: 11351648.

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

Color convert

RGB 96 54 173 -
CMYK 0.45 0.69 0 0.32
HSL 261.18º 0.52% 0.45% -
HSV(B) 261.18º 0.69% 0.68% -
XYZ 13.69 8.14 40.39 -
YUV 80.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 96 54 173 0.45 0.69 0 0.32 261.18 0.52 0.45
Hex 60 36 AD 2D 45 0 20 105 34 2D
Octal 140 66 255 55 105 0 40 405 64 55
Binary 1100000 110110 10101101 101101 1000101 0 100000 100000101 110100 101101

Color Harmonies of #6036AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6036AD

Black with #6036AD

Text Example


Text Example

White with #6036AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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