Html Css Color HEX #61046F Purple

📋 copy color: '#61046F'

red 97 ◦ green 4 ◦ blue 111

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

Shades of Purple #61046F

Tints of Purple #61046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

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

R = 45.75%
G = 1.89%
B = 52.36%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61046F (or 0x61046F) is known color: Purple. HEX triplet: 61, 04 and 6F. RGB value is (97,4,111). Sum of RGB (Red+Green+Blue) = 97+4+111=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #61046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61046F is #9EFB90. Grayscale: #2B2B2B. Windows color (decimal): -10419089 or 7275617. OLE color: 7275617.

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

Color convert

RGB 97 4 111 -
CMYK 0.13 0.96 0 0.56
HSL 292.15º 0.93% 0.23% -
HSV(B) 292.15º 0.96% 0.44% -
XYZ 7.84 3.78 15.35 -
YUV 44.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 97 4 111 0.13 0.96 0 0.56 292.15 0.93 0.23
Hex 61 4 6F D 60 0 38 124 5D 17
Octal 141 4 157 15 140 0 70 444 135 27
Binary 1100001 100 1101111 1101 1100000 0 111000 100100100 1011101 10111

Color Harmonies of #61046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61046F

Black with #61046F

Text Example


Text Example

White with #61046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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