Html Css Color HEX #610568 Purple

📋 copy color: '#610568'

red 97 ◦ green 5 ◦ blue 104

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

Shades of Purple #610568

Tints of Purple #610568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 47.09%
G = 2.43%
B = 50.49%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#610568 (or 0x610568) is known color: Purple. HEX triplet: 61, 05 and 68. RGB value is (97,5,104). Sum of RGB (Red+Green+Blue) = 97+5+104=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #610568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610568 is #9EFA97. Grayscale: #2B2B2B. Windows color (decimal): -10418840 or 6817121. OLE color: 6817121.

HSL color Cylindrical-coordinate representation of color #610568: hue angle of 295.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610568 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 5 104 -
CMYK 0.07 0.95 0 0.59
HSL 295.76º 0.91% 0.21% -
HSV(B) 295.76º 0.95% 0.41% -
XYZ 7.48 3.65 13.41 -
YUV 43.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 97 5 104 0.07 0.95 0 0.59 295.76 0.91 0.21
Hex 61 5 68 7 5F 0 3B 128 5B 15
Octal 141 5 150 7 137 0 73 450 133 25
Binary 1100001 101 1101000 111 1011111 0 111011 100101000 1011011 10101

Color Harmonies of #610568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610568

Black with #610568

Text Example


Text Example

White with #610568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610568; }

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

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

background-color css

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

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

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

border-color css

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

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

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