Html Css Color HEX #613397 Daisy Bush

📋 copy color: '#613397'

red 97 ◦ green 51 ◦ blue 151

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

Shades of Daisy Bush #613397

Tints of Daisy Bush #613397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 32.44%
G = 17.06%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613397 (or 0x613397) is known color: Daisy Bush. HEX triplet: 61, 33 and 97. RGB value is (97,51,151). Sum of RGB (Red+Green+Blue) = 97+51+151=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #613397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613397 is #9ECC68. Grayscale: #4B4B4B. Windows color (decimal): -10407017 or 9909089. OLE color: 9909089.

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

Color convert

RGB 97 51 151 -
CMYK 0.36 0.66 0 0.41
HSL 267.6º 0.5% 0.4% -
HSV(B) 267.6º 0.66% 0.59% -
XYZ 11.7 7.14 30.04 -
YUV 76.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 97 51 151 0.36 0.66 0 0.41 267.6 0.5 0.4
Hex 61 33 97 24 42 0 29 10C 32 28
Octal 141 63 227 44 102 0 51 414 62 50
Binary 1100001 110011 10010111 100100 1000010 0 101001 100001100 110010 101000

Color Harmonies of #613397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613397

Black with #613397

Text Example


Text Example

White with #613397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613397; }

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

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

background-color css

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

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

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

border-color css

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

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

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