Html Css Color HEX #612B7B Honey Flower

📋 copy color: '#612B7B'

red 97 ◦ green 43 ◦ blue 123

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

Shades of Honey Flower #612B7B

Tints of Honey Flower #612B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 36.88%
G = 16.35%
B = 46.77%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#612B7B (or 0x612B7B) is known color: Honey Flower. HEX triplet: 61, 2B and 7B. RGB value is (97,43,123). Sum of RGB (Red+Green+Blue) = 97+43+123=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #612B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B7B is #9ED484. Grayscale: #444444. Windows color (decimal): -10409093 or 8072033. OLE color: 8072033.

HSL color Cylindrical-coordinate representation of color #612B7B: hue angle of 280.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612B7B is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 43 123 -
CMYK 0.21 0.65 0 0.52
HSL 280.5º 0.48% 0.33% -
HSV(B) 280.5º 0.65% 0.48% -
XYZ 9.37 5.7 19.35 -
YUV 68.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 97 43 123 0.21 0.65 0 0.52 280.5 0.48 0.33
Hex 61 2B 7B 15 41 0 34 118 30 21
Octal 141 53 173 25 101 0 64 430 60 41
Binary 1100001 101011 1111011 10101 1000001 0 110100 100011000 110000 100001

Color Harmonies of #612B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B7B

Black with #612B7B

Text Example


Text Example

White with #612B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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