Html Css Color HEX #65398D Daisy Bush

📋 copy color: '#65398D'

red 101 ◦ green 57 ◦ blue 141

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

Shades of Daisy Bush #65398D

Tints of Daisy Bush #65398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 33.78%
G = 19.06%
B = 47.16%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65398D (or 0x65398D) is known color: Daisy Bush. HEX triplet: 65, 39 and 8D. RGB value is (101,57,141). Sum of RGB (Red+Green+Blue) = 101+57+141=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #65398D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65398D is #9AC672. Grayscale: #4F4F4F. Windows color (decimal): -10143347 or 9255269. OLE color: 9255269.

HSL color Cylindrical-coordinate representation of color #65398D: hue angle of 271.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65398D is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 57 141 -
CMYK 0.28 0.60 0 0.45
HSL 271.43º 0.42% 0.39% -
HSV(B) 271.43º 0.6% 0.55% -
XYZ 11.64 7.62 26.06 -
YUV 79.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 101 57 141 0.28 0.60 0 0.45 271.43 0.42 0.39
Hex 65 39 8D 1C 3C 0 2D 10F 2A 27
Octal 145 71 215 34 74 0 55 417 52 47
Binary 1100101 111001 10001101 11100 111100 0 101101 100001111 101010 100111

Color Harmonies of #65398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65398D

Black with #65398D

Text Example


Text Example

White with #65398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65398D; }

 p { color: rgb(101,57,141); }

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

background-color css

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

 a { background-color: rgb(101,57,141); }

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

border-color css

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

 span { border-color: rgb(101,57,141); }

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