Html Css Color HEX #970653 Jazzberry Jam

📋 copy color: '#970653'

red 151 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #970653

Tints of Jazzberry Jam #970653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 62.92%
G = 2.5%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#970653 (or 0x970653) is known color: Jazzberry Jam. HEX triplet: 97, 06 and 53. RGB value is (151,6,83). Sum of RGB (Red+Green+Blue) = 151+6+83=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #970653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970653 is #68F9AC. Grayscale: #393939. Windows color (decimal): -6879661 or 5441175. OLE color: 5441175.

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

Color convert

RGB 151 6 83 -
CMYK 0 0.96 0.45 0.41
HSL 328.14º 0.92% 0.31% -
HSV(B) 328.14º 0.96% 0.59% -
XYZ 14.39 7.33 8.84 -
YUV 58.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 151 6 83 0 0.96 0.45 0.41 328.14 0.92 0.31
Hex 97 6 53 0 60 2D 29 148 5C 1F
Octal 227 6 123 0 140 55 51 510 134 37
Binary 10010111 110 1010011 0 1100000 101101 101001 101001000 1011100 11111

Color Harmonies of #970653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970653

Black with #970653

Text Example


Text Example

White with #970653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970653; }

 p { color: rgb(151,6,83); }

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

background-color css

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

 a { background-color: rgb(151,6,83); }

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

border-color css

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

 span { border-color: rgb(151,6,83); }

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