Html Css Color HEX #61046C Purple

📋 copy color: '#61046C'

red 97 ◦ green 4 ◦ blue 108

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

Shades of Purple #61046C

Tints of Purple #61046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 46.41%
G = 1.91%
B = 51.67%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61046C (or 0x61046C) is known color: Purple. HEX triplet: 61, 04 and 6C. RGB value is (97,4,108). Sum of RGB (Red+Green+Blue) = 97+4+108=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #61046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61046C is #9EFB93. Grayscale: #2B2B2B. Windows color (decimal): -10419092 or 7079009. OLE color: 7079009.

HSL color Cylindrical-coordinate representation of color #61046C: hue angle of 293.65º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61046C is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 4 108 -
CMYK 0.10 0.96 0 0.58
HSL 293.65º 0.93% 0.22% -
HSV(B) 293.65º 0.96% 0.42% -
XYZ 7.68 3.71 14.5 -
YUV 43.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 97 4 108 0.10 0.96 0 0.58 293.65 0.93 0.22
Hex 61 4 6C A 60 0 3A 126 5D 16
Octal 141 4 154 12 140 0 72 446 135 26
Binary 1100001 100 1101100 1010 1100000 0 111010 100100110 1011101 10110

Color Harmonies of #61046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61046C

Black with #61046C

Text Example


Text Example

White with #61046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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