Html Css Color HEX #970147 Jazzberry Jam

📋 copy color: '#970147'

red 151 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #970147

Tints of Jazzberry Jam #970147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 67.71%
G = 0.45%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#970147 (or 0x970147) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 47. RGB value is (151,1,71). Sum of RGB (Red+Green+Blue) = 151+1+71=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #970147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970147 is #68FEB8. Grayscale: #353535. Windows color (decimal): -6880953 or 4653463. OLE color: 4653463.

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

Color convert

RGB 151 1 71 -
CMYK 0 0.99 0.53 0.41
HSL 332º 0.99% 0.3% -
HSV(B) 332º 0.99% 0.59% -
XYZ 13.91 7.06 6.59 -
YUV 53.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 151 1 71 0 0.99 0.53 0.41 332 0.99 0.3
Hex 97 1 47 0 63 35 29 14C 63 1E
Octal 227 1 107 0 143 65 51 514 143 36
Binary 10010111 1 1000111 0 1100011 110101 101001 101001100 1100011 11110

Color Harmonies of #970147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970147

Black with #970147

Text Example


Text Example

White with #970147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970147; }

 p { color: rgb(151,1,71); }

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

background-color css

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

 a { background-color: rgb(151,1,71); }

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

border-color css

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

 span { border-color: rgb(151,1,71); }

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