Html Css Color HEX #601D9F Royal Purple

📋 copy color: '#601D9F'

red 96 ◦ green 29 ◦ blue 159

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

Shades of Royal Purple #601D9F

Tints of Royal Purple #601D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 33.8%
G = 10.21%
B = 55.99%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#601D9F (or 0x601D9F) is known color: Royal Purple. HEX triplet: 60, 1D and 9F. RGB value is (96,29,159). Sum of RGB (Red+Green+Blue) = 96+29+159=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #601D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601D9F is #9FE260. Grayscale: #3F3F3F. Windows color (decimal): -10478177 or 10427744. OLE color: 10427744.

HSL color Cylindrical-coordinate representation of color #601D9F: hue angle of 270.92º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601D9F is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 29 159 -
CMYK 0.40 0.82 0 0.38
HSL 270.92º 0.69% 0.37% -
HSV(B) 270.92º 0.82% 0.62% -
XYZ 11.52 5.87 33.33 -
YUV 63.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 96 29 159 0.40 0.82 0 0.38 270.92 0.69 0.37
Hex 60 1D 9F 28 52 0 26 10F 45 25
Octal 140 35 237 50 122 0 46 417 105 45
Binary 1100000 11101 10011111 101000 1010010 0 100110 100001111 1000101 100101

Color Harmonies of #601D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D9F

Black with #601D9F

Text Example


Text Example

White with #601D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601D9F; }

 p { color: rgb(96,29,159); }

 H1.HeaderClassName
 {
   color: #601D9F;
 }
 .AnyTagClassName
 {
   color: #601D9F;
 }
</style>

background-color css

<style>
 a { background-color: #601D9F; }

 a { background-color: rgb(96,29,159); }

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

border-color css

<style>
 span { border-color: #601D9F; }

 span { border-color: rgb(96,29,159); }

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