Html Css Color HEX #6032AB Royal Purple

📋 copy color: '#6032AB'

red 96 ◦ green 50 ◦ blue 171

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

Shades of Royal Purple #6032AB

Tints of Royal Purple #6032AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 30.28%
G = 15.77%
B = 53.94%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6032AB (or 0x6032AB) is known color: Royal Purple. HEX triplet: 60, 32 and AB. RGB value is (96,50,171). Sum of RGB (Red+Green+Blue) = 96+50+171=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6032AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6032AB is #9FCD54. Grayscale: #4D4D4D. Windows color (decimal): -10472789 or 11219552. OLE color: 11219552.

HSL color Cylindrical-coordinate representation of color #6032AB: hue angle of 262.81º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6032AB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 50 171 -
CMYK 0.44 0.71 0 0.33
HSL 262.81º 0.55% 0.43% -
HSV(B) 262.81º 0.71% 0.67% -
XYZ 13.32 7.71 39.31 -
YUV 77.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 96 50 171 0.44 0.71 0 0.33 262.81 0.55 0.43
Hex 60 32 AB 2C 47 0 21 107 37 2B
Octal 140 62 253 54 107 0 41 407 67 53
Binary 1100000 110010 10101011 101100 1000111 0 100001 100000111 110111 101011

Color Harmonies of #6032AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6032AB

Black with #6032AB

Text Example


Text Example

White with #6032AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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