Html Css Color HEX #970557 Jazzberry Jam

📋 copy color: '#970557'

red 151 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #970557

Tints of Jazzberry Jam #970557

RGB

 RED value IS 151 (59.38% from 255) = 62.14%

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

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 62.14%
G = 2.06%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#970557 (or 0x970557) is known color: Jazzberry Jam. HEX triplet: 97, 05 and 57. RGB value is (151,5,87). Sum of RGB (Red+Green+Blue) = 151+5+87=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #970557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970557 is #68FAA8. Grayscale: #393939. Windows color (decimal): -6879913 or 5703063. OLE color: 5703063.

HSL color Cylindrical-coordinate representation of color #970557: hue angle of 326.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970557 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 87 -
CMYK 0 0.97 0.42 0.41
HSL 326.3º 0.94% 0.31% -
HSV(B) 326.3º 0.97% 0.59% -
XYZ 14.54 7.38 9.67 -
YUV 58 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 151 5 87 0 0.97 0.42 0.41 326.3 0.94 0.31
Hex 97 5 57 0 61 2A 29 146 5E 1F
Octal 227 5 127 0 141 52 51 506 136 37
Binary 10010111 101 1010111 0 1100001 101010 101001 101000110 1011110 11111

Color Harmonies of #970557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970557

Black with #970557

Text Example


Text Example

White with #970557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970557; }

 p { color: rgb(151,5,87); }

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

background-color css

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

 a { background-color: rgb(151,5,87); }

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

border-color css

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

 span { border-color: rgb(151,5,87); }

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