Html Css Color HEX #970759 Jazzberry Jam

📋 copy color: '#970759'

red 151 ◦ green 7 ◦ blue 89

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

Shades of Jazzberry Jam #970759

Tints of Jazzberry Jam #970759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 61.13%
G = 2.83%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#970759 (or 0x970759) is known color: Jazzberry Jam. HEX triplet: 97, 07 and 59. RGB value is (151,7,89). Sum of RGB (Red+Green+Blue) = 151+7+89=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #970759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970759 is #68F8A6. Grayscale: #3B3B3B. Windows color (decimal): -6879399 or 5834647. OLE color: 5834647.

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

Color convert

RGB 151 7 89 -
CMYK 0 0.95 0.41 0.41
HSL 325.83º 0.91% 0.31% -
HSV(B) 325.83º 0.95% 0.59% -
XYZ 14.64 7.45 10.12 -
YUV 59.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 151 7 89 0 0.95 0.41 0.41 325.83 0.91 0.31
Hex 97 7 59 0 5F 29 29 146 5B 1F
Octal 227 7 131 0 137 51 51 506 133 37
Binary 10010111 111 1011001 0 1011111 101001 101001 101000110 1011011 11111

Color Harmonies of #970759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970759

Black with #970759

Text Example


Text Example

White with #970759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970759; }

 p { color: rgb(151,7,89); }

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

background-color css

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

 a { background-color: rgb(151,7,89); }

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

border-color css

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

 span { border-color: rgb(151,7,89); }

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