Html Css Color HEX #613398 Daisy Bush

📋 copy color: '#613398'

red 97 ◦ green 51 ◦ blue 152

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

Shades of Daisy Bush #613398

Tints of Daisy Bush #613398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.67%

R = 32.33%
G = 17%
B = 50.67%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#613398 (or 0x613398) is known color: Daisy Bush. HEX triplet: 61, 33 and 98. RGB value is (97,51,152). Sum of RGB (Red+Green+Blue) = 97+51+152=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #613398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613398 is #9ECC67. Grayscale: #4B4B4B. Windows color (decimal): -10407016 or 9974625. OLE color: 9974625.

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

Color convert

RGB 97 51 152 -
CMYK 0.36 0.66 0 0.40
HSL 267.33º 0.5% 0.4% -
HSV(B) 267.33º 0.66% 0.6% -
XYZ 11.78 7.18 30.47 -
YUV 76.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 97 51 152 0.36 0.66 0 0.40 267.33 0.5 0.4
Hex 61 33 98 24 42 0 28 10B 32 28
Octal 141 63 230 44 102 0 50 413 62 50
Binary 1100001 110011 10011000 100100 1000010 0 101000 100001011 110010 101000

Color Harmonies of #613398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613398

Black with #613398

Text Example


Text Example

White with #613398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613398; }

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

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

background-color css

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

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

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

border-color css

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

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

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