Html Css Color HEX #512D7C Kingfisher Daisy

📋 copy color: '#512D7C'

red 81 ◦ green 45 ◦ blue 124

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

Shades of Kingfisher Daisy #512D7C

Tints of Kingfisher Daisy #512D7C

RGB

 RED value IS 81 (32.03% from 255) = 32.4%

 GREEN value IS 45 (17.97% from 255) = 18%

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 32.4%
G = 18%
B = 49.6%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#512D7C (or 0x512D7C) is known color: Kingfisher Daisy. HEX triplet: 51, 2D and 7C. RGB value is (81,45,124). Sum of RGB (Red+Green+Blue) = 81+45+124=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #512D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D7C is #AED283. Grayscale: #404040. Windows color (decimal): -11457156 or 8138065. OLE color: 8138065.

HSL color Cylindrical-coordinate representation of color #512D7C: hue angle of 267.34º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512D7C is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 45 124 -
CMYK 0.35 0.64 0 0.51
HSL 267.34º 0.47% 0.33% -
HSV(B) 267.34º 0.64% 0.49% -
XYZ 7.97 5.08 19.63 -
YUV 64.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 81 45 124 0.35 0.64 0 0.51 267.34 0.47 0.33
Hex 51 2D 7C 23 40 0 33 10B 2F 21
Octal 121 55 174 43 100 0 63 413 57 41
Binary 1010001 101101 1111100 100011 1000000 0 110011 100001011 101111 100001

Color Harmonies of #512D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D7C

Black with #512D7C

Text Example


Text Example

White with #512D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512D7C; }

 p { color: rgb(81,45,124); }

 H1.HeaderClassName
 {
   color: #512D7C;
 }
 .AnyTagClassName
 {
   color: #512D7C;
 }
</style>

background-color css

<style>
 a { background-color: #512D7C; }

 a { background-color: rgb(81,45,124); }

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

border-color css

<style>
 span { border-color: #512D7C; }

 span { border-color: rgb(81,45,124); }

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