Html Css Color HEX #603A8A Daisy Bush

📋 copy color: '#603A8A'

red 96 ◦ green 58 ◦ blue 138

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

Shades of Daisy Bush #603A8A

Tints of Daisy Bush #603A8A

RGB

 RED value IS 96 (37.89% from 255) = 32.88%

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

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 32.88%
G = 19.86%
B = 47.26%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#603A8A (or 0x603A8A) is known color: Daisy Bush. HEX triplet: 60, 3A and 8A. RGB value is (96,58,138). Sum of RGB (Red+Green+Blue) = 96+58+138=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #603A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A8A is #9FC575. Grayscale: #4E4E4E. Windows color (decimal): -10470774 or 9058912. OLE color: 9058912.

HSL color Cylindrical-coordinate representation of color #603A8A: hue angle of 268.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603A8A is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 58 138 -
CMYK 0.30 0.58 0 0.46
HSL 268.5º 0.41% 0.38% -
HSV(B) 268.5º 0.58% 0.54% -
XYZ 10.92 7.35 24.89 -
YUV 78.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 96 58 138 0.30 0.58 0 0.46 268.5 0.41 0.38
Hex 60 3A 8A 1E 3A 0 2E 10C 29 26
Octal 140 72 212 36 72 0 56 414 51 46
Binary 1100000 111010 10001010 11110 111010 0 101110 100001100 101001 100110

Color Harmonies of #603A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A8A

Black with #603A8A

Text Example


Text Example

White with #603A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A8A; }

 p { color: rgb(96,58,138); }

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

background-color css

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

 a { background-color: rgb(96,58,138); }

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

border-color css

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

 span { border-color: rgb(96,58,138); }

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