Html Css Color HEX #65398C Kingfisher Daisy

📋 copy color: '#65398C'

red 101 ◦ green 57 ◦ blue 140

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

Shades of Kingfisher Daisy #65398C

Tints of Kingfisher Daisy #65398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.98%

R = 33.89%
G = 19.13%
B = 46.98%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65398C (or 0x65398C) is known color: Kingfisher Daisy. HEX triplet: 65, 39 and 8C. RGB value is (101,57,140). Sum of RGB (Red+Green+Blue) = 101+57+140=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #65398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65398C is #9AC673. Grayscale: #4F4F4F. Windows color (decimal): -10143348 or 9189733. OLE color: 9189733.

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

Color convert

RGB 101 57 140 -
CMYK 0.28 0.59 0 0.45
HSL 271.81º 0.42% 0.39% -
HSV(B) 271.81º 0.59% 0.55% -
XYZ 11.56 7.59 25.67 -
YUV 79.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 101 57 140 0.28 0.59 0 0.45 271.81 0.42 0.39
Hex 65 39 8C 1C 3B 0 2D 110 2A 27
Octal 145 71 214 34 73 0 55 420 52 47
Binary 1100101 111001 10001100 11100 111011 0 101101 100010000 101010 100111

Color Harmonies of #65398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65398C

Black with #65398C

Text Example


Text Example

White with #65398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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