Html Css Color HEX #970558 Jazzberry Jam

📋 copy color: '#970558'

red 151 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #970558

Tints of Jazzberry Jam #970558

RGB

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

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

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

R = 61.89%
G = 2.05%
B = 36.07%

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

#970558 (or 0x970558) is known color: Jazzberry Jam. HEX triplet: 97, 05 and 58. RGB value is (151,5,88). Sum of RGB (Red+Green+Blue) = 151+5+88=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #970558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970558 is #68FAA7. Grayscale: #393939. Windows color (decimal): -6879912 or 5768599. OLE color: 5768599.

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

Color convert

RGB 151 5 88 -
CMYK 0 0.97 0.42 0.41
HSL 325.89º 0.94% 0.31% -
HSV(B) 325.89º 0.97% 0.59% -
XYZ 14.58 7.39 9.89 -
YUV 58.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 151 5 88 0 0.97 0.42 0.41 325.89 0.94 0.31
Hex 97 5 58 0 61 2A 29 146 5E 1F
Octal 227 5 130 0 141 52 51 506 136 37
Binary 10010111 101 1011000 0 1100001 101010 101001 101000110 1011110 11111

Color Harmonies of #970558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970558

Black with #970558

Text Example


Text Example

White with #970558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970558; }

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

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

background-color css

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

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

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

border-color css

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

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

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