Html Css Color HEX #970758 Jazzberry Jam

📋 copy color: '#970758'

red 151 ◦ green 7 ◦ blue 88

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

Shades of Jazzberry Jam #970758

Tints of Jazzberry Jam #970758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 61.38%
G = 2.85%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#970758 (or 0x970758) is known color: Jazzberry Jam. HEX triplet: 97, 07 and 58. RGB value is (151,7,88). Sum of RGB (Red+Green+Blue) = 151+7+88=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #970758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970758 is #68F8A7. Grayscale: #3B3B3B. Windows color (decimal): -6879400 or 5769111. OLE color: 5769111.

HSL color Cylindrical-coordinate representation of color #970758: hue angle of 326.25º 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 #970758 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 7 88 -
CMYK 0 0.95 0.42 0.41
HSL 326.25º 0.91% 0.31% -
HSV(B) 326.25º 0.95% 0.59% -
XYZ 14.6 7.44 9.9 -
YUV 59.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 151 7 88 0 0.95 0.42 0.41 326.25 0.91 0.31
Hex 97 7 58 0 5F 2A 29 146 5B 1F
Octal 227 7 130 0 137 52 51 506 133 37
Binary 10010111 111 1011000 0 1011111 101010 101001 101000110 1011011 11111

Color Harmonies of #970758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970758

Black with #970758

Text Example


Text Example

White with #970758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970758; }

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

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

background-color css

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

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

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

border-color css

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

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

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