Html Css Color HEX #60318F Kingfisher Daisy

📋 copy color: '#60318F'

red 96 ◦ green 49 ◦ blue 143

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

Shades of Kingfisher Daisy #60318F

Tints of Kingfisher Daisy #60318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.65%

R = 33.33%
G = 17.01%
B = 49.65%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60318F (or 0x60318F) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 8F. RGB value is (96,49,143). Sum of RGB (Red+Green+Blue) = 96+49+143=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #60318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60318F is #9FCE70. Grayscale: #494949. Windows color (decimal): -10473073 or 9384288. OLE color: 9384288.

HSL color Cylindrical-coordinate representation of color #60318F: hue angle of 270º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60318F is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 49 143 -
CMYK 0.33 0.66 0 0.44
HSL 270º 0.49% 0.38% -
HSV(B) 270º 0.66% 0.56% -
XYZ 10.88 6.67 26.7 -
YUV 73.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 96 49 143 0.33 0.66 0 0.44 270 0.49 0.38
Hex 60 31 8F 21 42 0 2C 10E 31 26
Octal 140 61 217 41 102 0 54 416 61 46
Binary 1100000 110001 10001111 100001 1000010 0 101100 100001110 110001 100110

Color Harmonies of #60318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60318F

Black with #60318F

Text Example


Text Example

White with #60318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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