Html Css Color HEX #65418B Daisy Bush

📋 copy color: '#65418B'

red 101 ◦ green 65 ◦ blue 139

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

Shades of Daisy Bush #65418B

Tints of Daisy Bush #65418B

RGB

 RED value IS 101 (39.84% from 255) = 33.11%

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 33.11%
G = 21.31%
B = 45.57%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65418B (or 0x65418B) is known color: Daisy Bush. HEX triplet: 65, 41 and 8B. RGB value is (101,65,139). Sum of RGB (Red+Green+Blue) = 101+65+139=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #65418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65418B is #9ABE74. Grayscale: #535353. Windows color (decimal): -10141301 or 9126245. OLE color: 9126245.

HSL color Cylindrical-coordinate representation of color #65418B: hue angle of 269.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65418B is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 65 139 -
CMYK 0.27 0.53 0 0.45
HSL 269.19º 0.36% 0.4% -
HSV(B) 269.19º 0.53% 0.55% -
XYZ 11.92 8.41 25.42 -
YUV 84.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 101 65 139 0.27 0.53 0 0.45 269.19 0.36 0.4
Hex 65 41 8B 1B 35 0 2D 10D 24 28
Octal 145 101 213 33 65 0 55 415 44 50
Binary 1100101 1000001 10001011 11011 110101 0 101101 100001101 100100 101000

Color Harmonies of #65418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65418B

Black with #65418B

Text Example


Text Example

White with #65418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65418B; }

 p { color: rgb(101,65,139); }

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

background-color css

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

 a { background-color: rgb(101,65,139); }

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

border-color css

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

 span { border-color: rgb(101,65,139); }

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