Html Css Color HEX #971C68 Jazzberry Jam

📋 copy color: '#971C68'

red 151 ◦ green 28 ◦ blue 104

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

Shades of Jazzberry Jam #971C68

Tints of Jazzberry Jam #971C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 53.36%
G = 9.89%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#971C68 (or 0x971C68) is known color: Jazzberry Jam. HEX triplet: 97, 1C and 68. RGB value is (151,28,104). Sum of RGB (Red+Green+Blue) = 151+28+104=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #971C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971C68 is #68E397. Grayscale: #494949. Windows color (decimal): -6874008 or 6823063. OLE color: 6823063.

HSL color Cylindrical-coordinate representation of color #971C68: hue angle of 322.93º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C68 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 104 -
CMYK 0 0.81 0.31 0.41
HSL 322.93º 0.69% 0.35% -
HSV(B) 322.93º 0.81% 0.59% -
XYZ 15.68 8.41 13.89 -
YUV 73.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 151 28 104 0 0.81 0.31 0.41 322.93 0.69 0.35
Hex 97 1C 68 0 51 1F 29 143 45 23
Octal 227 34 150 0 121 37 51 503 105 43
Binary 10010111 11100 1101000 0 1010001 11111 101001 101000011 1000101 100011

Color Harmonies of #971C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C68

Black with #971C68

Text Example


Text Example

White with #971C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971C68; }

 p { color: rgb(151,28,104); }

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

background-color css

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

 a { background-color: rgb(151,28,104); }

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

border-color css

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

 span { border-color: rgb(151,28,104); }

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