Html Css Color HEX #60318A Kingfisher Daisy

📋 copy color: '#60318A'

red 96 ◦ green 49 ◦ blue 138

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

Shades of Kingfisher Daisy #60318A

Tints of Kingfisher Daisy #60318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 33.92%
G = 17.31%
B = 48.76%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60318A (or 0x60318A) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 8A. RGB value is (96,49,138). Sum of RGB (Red+Green+Blue) = 96+49+138=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #60318A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60318A is #9FCE75. Grayscale: #484848. Windows color (decimal): -10473078 or 9056608. OLE color: 9056608.

HSL color Cylindrical-coordinate representation of color #60318A: hue angle of 271.69º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60318A is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 49 138 -
CMYK 0.30 0.64 0 0.46
HSL 271.69º 0.48% 0.37% -
HSV(B) 271.69º 0.64% 0.54% -
XYZ 10.51 6.52 24.75 -
YUV 73.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 96 49 138 0.30 0.64 0 0.46 271.69 0.48 0.37
Hex 60 31 8A 1E 40 0 2E 110 30 25
Octal 140 61 212 36 100 0 56 420 60 45
Binary 1100000 110001 10001010 11110 1000000 0 101110 100010000 110000 100101

Color Harmonies of #60318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60318A

Black with #60318A

Text Example


Text Example

White with #60318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60318A; }

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

 H1.HeaderClassName
 {
   color: #60318A;
 }
 .AnyTagClassName
 {
   color: #60318A;
 }
</style>

background-color css

<style>
 a { background-color: #60318A; }

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

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

border-color css

<style>
 span { border-color: #60318A; }

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

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