Html Css Color HEX #6038AB Royal Purple

📋 copy color: '#6038AB'

red 96 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #6038AB

Tints of Royal Purple #6038AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

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

R = 29.72%
G = 17.34%
B = 52.94%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6038AB (or 0x6038AB) is known color: Royal Purple. HEX triplet: 60, 38 and AB. RGB value is (96,56,171). Sum of RGB (Red+Green+Blue) = 96+56+171=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6038AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6038AB is #9FC754. Grayscale: #505050. Windows color (decimal): -10471253 or 11221088. OLE color: 11221088.

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

Color convert

RGB 96 56 171 -
CMYK 0.44 0.67 0 0.33
HSL 260.87º 0.51% 0.45% -
HSV(B) 260.87º 0.67% 0.67% -
XYZ 13.59 8.26 39.41 -
YUV 81.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 96 56 171 0.44 0.67 0 0.33 260.87 0.51 0.45
Hex 60 38 AB 2C 43 0 21 105 33 2D
Octal 140 70 253 54 103 0 41 405 63 55
Binary 1100000 111000 10101011 101100 1000011 0 100001 100000101 110011 101101

Color Harmonies of #6038AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038AB

Black with #6038AB

Text Example


Text Example

White with #6038AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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