Html Css Color HEX #613297 Daisy Bush

📋 copy color: '#613297'

red 97 ◦ green 50 ◦ blue 151

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

Shades of Daisy Bush #613297

Tints of Daisy Bush #613297

RGB

 RED value IS 97 (38.28% from 255) = 32.55%

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 151 (59.38% from 255) = 50.67%

R = 32.55%
G = 16.78%
B = 50.67%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613297 (or 0x613297) is known color: Daisy Bush. HEX triplet: 61, 32 and 97. RGB value is (97,50,151). Sum of RGB (Red+Green+Blue) = 97+50+151=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #613297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613297 is #9ECD68. Grayscale: #4B4B4B. Windows color (decimal): -10407273 or 9908833. OLE color: 9908833.

HSL color Cylindrical-coordinate representation of color #613297: hue angle of 267.92º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613297 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 50 151 -
CMYK 0.36 0.67 0 0.41
HSL 267.92º 0.5% 0.39% -
HSV(B) 267.92º 0.67% 0.59% -
XYZ 11.66 7.06 30.03 -
YUV 75.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 97 50 151 0.36 0.67 0 0.41 267.92 0.5 0.39
Hex 61 32 97 24 43 0 29 10C 32 27
Octal 141 62 227 44 103 0 51 414 62 47
Binary 1100001 110010 10010111 100100 1000011 0 101001 100001100 110010 100111

Color Harmonies of #613297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613297

Black with #613297

Text Example


Text Example

White with #613297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613297; }

 p { color: rgb(97,50,151); }

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

background-color css

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

 a { background-color: rgb(97,50,151); }

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

border-color css

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

 span { border-color: rgb(97,50,151); }

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