Html Css Color HEX #613A92 Daisy Bush

📋 copy color: '#613A92'

red 97 ◦ green 58 ◦ blue 146

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

Shades of Daisy Bush #613A92

Tints of Daisy Bush #613A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 32.23%
G = 19.27%
B = 48.5%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613A92 (or 0x613A92) is known color: Daisy Bush. HEX triplet: 61, 3A and 92. RGB value is (97,58,146). Sum of RGB (Red+Green+Blue) = 97+58+146=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #613A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A92 is #9EC56D. Grayscale: #4F4F4F. Windows color (decimal): -10405230 or 9583201. OLE color: 9583201.

HSL color Cylindrical-coordinate representation of color #613A92: hue angle of 266.59º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613A92 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 58 146 -
CMYK 0.34 0.60 0 0.43
HSL 266.59º 0.43% 0.4% -
HSV(B) 266.59º 0.6% 0.57% -
XYZ 11.63 7.64 28.06 -
YUV 79.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 97 58 146 0.34 0.60 0 0.43 266.59 0.43 0.4
Hex 61 3A 92 22 3C 0 2B 10B 2B 28
Octal 141 72 222 42 74 0 53 413 53 50
Binary 1100001 111010 10010010 100010 111100 0 101011 100001011 101011 101000

Color Harmonies of #613A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A92

Black with #613A92

Text Example


Text Example

White with #613A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A92; }

 p { color: rgb(97,58,146); }

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

background-color css

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

 a { background-color: rgb(97,58,146); }

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

border-color css

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

 span { border-color: rgb(97,58,146); }

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