Html Css Color HEX #61056F Purple

📋 copy color: '#61056F'

red 97 ◦ green 5 ◦ blue 111

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

Shades of Purple #61056F

Tints of Purple #61056F

RGB

 RED value IS 97 (38.28% from 255) = 45.54%

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 45.54%
G = 2.35%
B = 52.11%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61056F (or 0x61056F) is known color: Purple. HEX triplet: 61, 05 and 6F. RGB value is (97,5,111). Sum of RGB (Red+Green+Blue) = 97+5+111=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #61056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61056F is #9EFA90. Grayscale: #2C2C2C. Windows color (decimal): -10418833 or 7275873. OLE color: 7275873.

HSL color Cylindrical-coordinate representation of color #61056F: hue angle of 292.08º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61056F is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 5 111 -
CMYK 0.13 0.95 0 0.56
HSL 292.08º 0.91% 0.23% -
HSV(B) 292.08º 0.95% 0.44% -
XYZ 7.85 3.8 15.36 -
YUV 44.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 97 5 111 0.13 0.95 0 0.56 292.08 0.91 0.23
Hex 61 5 6F D 5F 0 38 124 5B 17
Octal 141 5 157 15 137 0 70 444 133 27
Binary 1100001 101 1101111 1101 1011111 0 111000 100100100 1011011 10111

Color Harmonies of #61056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61056F

Black with #61056F

Text Example


Text Example

White with #61056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61056F; }

 p { color: rgb(97,5,111); }

 H1.HeaderClassName
 {
   color: #61056F;
 }
 .AnyTagClassName
 {
   color: #61056F;
 }
</style>

background-color css

<style>
 a { background-color: #61056F; }

 a { background-color: rgb(97,5,111); }

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

border-color css

<style>
 span { border-color: #61056F; }

 span { border-color: rgb(97,5,111); }

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