Html Css Color HEX #6028A1 Royal Purple

📋 copy color: '#6028A1'

red 96 ◦ green 40 ◦ blue 161

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

Shades of Royal Purple #6028A1

Tints of Royal Purple #6028A1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 161 (63.28% from 255) = 54.21%

R = 32.32%
G = 13.47%
B = 54.21%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6028A1 (or 0x6028A1) is known color: Royal Purple. HEX triplet: 60, 28 and A1. RGB value is (96,40,161). Sum of RGB (Red+Green+Blue) = 96+40+161=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 161 (63.28% from 255 or 54.21% from 297); Max value from RGB is 161 - color contains mainly: blue. Hex color #6028A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6028A1 is #9FD75E. Grayscale: #464646. Windows color (decimal): -10475359 or 10561632. OLE color: 10561632.

HSL color Cylindrical-coordinate representation of color #6028A1: hue angle of 267.77º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6028A1 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 40 161 -
CMYK 0.40 0.75 0 0.37
HSL 267.77º 0.6% 0.39% -
HSV(B) 267.77º 0.75% 0.63% -
XYZ 12.02 6.58 34.35 -
YUV 70.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 96 40 161 0.40 0.75 0 0.37 267.77 0.6 0.39
Hex 60 28 A1 28 4B 0 25 10C 3C 27
Octal 140 50 241 50 113 0 45 414 74 47
Binary 1100000 101000 10100001 101000 1001011 0 100101 100001100 111100 100111

Color Harmonies of #6028A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028A1

Black with #6028A1

Text Example


Text Example

White with #6028A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6028A1; }

 p { color: rgb(96,40,161); }

 H1.HeaderClassName
 {
   color: #6028A1;
 }
 .AnyTagClassName
 {
   color: #6028A1;
 }
</style>

background-color css

<style>
 a { background-color: #6028A1; }

 a { background-color: rgb(96,40,161); }

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

border-color css

<style>
 span { border-color: #6028A1; }

 span { border-color: rgb(96,40,161); }

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