Html Css Color HEX #653A8A Kingfisher Daisy

📋 copy color: '#653A8A'

red 101 ◦ green 58 ◦ blue 138

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

Shades of Kingfisher Daisy #653A8A

Tints of Kingfisher Daisy #653A8A

RGB

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

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

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

R = 34.01%
G = 19.53%
B = 46.46%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#653A8A (or 0x653A8A) is known color: Kingfisher Daisy. HEX triplet: 65, 3A and 8A. RGB value is (101,58,138). Sum of RGB (Red+Green+Blue) = 101+58+138=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #653A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A8A is #9AC575. Grayscale: #4F4F4F. Windows color (decimal): -10143094 or 9058917. OLE color: 9058917.

HSL color Cylindrical-coordinate representation of color #653A8A: hue angle of 272.25º 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 #653A8A is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 58 138 -
CMYK 0.27 0.58 0 0.46
HSL 272.25º 0.41% 0.38% -
HSV(B) 272.25º 0.58% 0.54% -
XYZ 11.47 7.63 24.91 -
YUV 79.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 101 58 138 0.27 0.58 0 0.46 272.25 0.41 0.38
Hex 65 3A 8A 1B 3A 0 2E 110 29 26
Octal 145 72 212 33 72 0 56 420 51 46
Binary 1100101 111010 10001010 11011 111010 0 101110 100010000 101001 100110

Color Harmonies of #653A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A8A

Black with #653A8A

Text Example


Text Example

White with #653A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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