Html Css Color HEX #612B7F Kingfisher Daisy

📋 copy color: '#612B7F'

red 97 ◦ green 43 ◦ blue 127

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

Shades of Kingfisher Daisy #612B7F

Tints of Kingfisher Daisy #612B7F

RGB

 RED value IS 97 (38.28% from 255) = 36.33%

 GREEN value IS 43 (17.19% from 255) = 16.1%

 BLUE value IS 127 (50% from 255) = 47.57%

R = 36.33%
G = 16.1%
B = 47.57%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#612B7F (or 0x612B7F) is known color: Kingfisher Daisy. HEX triplet: 61, 2B and 7F. RGB value is (97,43,127). Sum of RGB (Red+Green+Blue) = 97+43+127=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #612B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B7F is #9ED480. Grayscale: #444444. Windows color (decimal): -10409089 or 8334177. OLE color: 8334177.

HSL color Cylindrical-coordinate representation of color #612B7F: hue angle of 278.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612B7F is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 43 127 -
CMYK 0.24 0.66 0 0.50
HSL 278.57º 0.49% 0.33% -
HSV(B) 278.57º 0.66% 0.5% -
XYZ 9.62 5.8 20.69 -
YUV 68.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 97 43 127 0.24 0.66 0 0.50 278.57 0.49 0.33
Hex 61 2B 7F 18 42 0 32 117 31 21
Octal 141 53 177 30 102 0 62 427 61 41
Binary 1100001 101011 1111111 11000 1000010 0 110010 100010111 110001 100001

Color Harmonies of #612B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B7F

Black with #612B7F

Text Example


Text Example

White with #612B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B7F; }

 p { color: rgb(97,43,127); }

 H1.HeaderClassName
 {
   color: #612B7F;
 }
 .AnyTagClassName
 {
   color: #612B7F;
 }
</style>

background-color css

<style>
 a { background-color: #612B7F; }

 a { background-color: rgb(97,43,127); }

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

border-color css

<style>
 span { border-color: #612B7F; }

 span { border-color: rgb(97,43,127); }

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