Html Css Color HEX #6038AE Royal Purple

📋 copy color: '#6038AE'

red 96 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #6038AE

Tints of Royal Purple #6038AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 29.45%
G = 17.18%
B = 53.37%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6038AE (or 0x6038AE) is known color: Royal Purple. HEX triplet: 60, 38 and AE. RGB value is (96,56,174). Sum of RGB (Red+Green+Blue) = 96+56+174=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #6038AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6038AE is #9FC751. Grayscale: #505050. Windows color (decimal): -10471250 or 11417696. OLE color: 11417696.

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

Color convert

RGB 96 56 174 -
CMYK 0.45 0.68 0 0.32
HSL 260.34º 0.51% 0.45% -
HSV(B) 260.34º 0.68% 0.68% -
XYZ 13.88 8.37 40.93 -
YUV 81.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 96 56 174 0.45 0.68 0 0.32 260.34 0.51 0.45
Hex 60 38 AE 2D 44 0 20 104 33 2D
Octal 140 70 256 55 104 0 40 404 63 55
Binary 1100000 111000 10101110 101101 1000100 0 100000 100000100 110011 101101

Color Harmonies of #6038AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038AE

Black with #6038AE

Text Example


Text Example

White with #6038AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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