Html Css Color HEX #970053 Jazzberry Jam

📋 copy color: '#970053'

red 151 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #970053

Tints of Jazzberry Jam #970053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.53%
G = 0%
B = 35.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#970053 (or 0x970053) is known color: Jazzberry Jam. HEX triplet: 97, 00 and 53. RGB value is (151,0,83). Sum of RGB (Red+Green+Blue) = 151+0+83=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #970053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970053 is #68FFAC. Grayscale: #363636. Windows color (decimal): -6881197 or 5439639. OLE color: 5439639.

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

Color convert

RGB 151 0 83 -
CMYK 0 1 0.45 0.41
HSL 327.02º 1% 0.3% -
HSV(B) 327.02º 1% 0.59% -
XYZ 14.32 7.2 8.82 -
YUV 54.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 151 0 83 0 1 0.45 0.41 327.02 1 0.3
Hex 97 0 53 0 64 2D 29 147 64 1E
Octal 227 0 123 0 144 55 51 507 144 36
Binary 10010111 0 1010011 0 1100100 101101 101001 101000111 1100100 11110

Color Harmonies of #970053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970053

Black with #970053

Text Example


Text Example

White with #970053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970053; }

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

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

background-color css

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

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

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

border-color css

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

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

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