Html Css Color HEX #61287A Honey Flower

📋 copy color: '#61287A'

red 97 ◦ green 40 ◦ blue 122

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

Shades of Honey Flower #61287A

Tints of Honey Flower #61287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 37.45%
G = 15.44%
B = 47.1%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61287A (or 0x61287A) is known color: Honey Flower. HEX triplet: 61, 28 and 7A. RGB value is (97,40,122). Sum of RGB (Red+Green+Blue) = 97+40+122=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #61287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61287A is #9ED785. Grayscale: #424242. Windows color (decimal): -10409862 or 8005729. OLE color: 8005729.

HSL color Cylindrical-coordinate representation of color #61287A: hue angle of 281.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61287A is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 40 122 -
CMYK 0.20 0.67 0 0.52
HSL 281.71º 0.51% 0.32% -
HSV(B) 281.71º 0.67% 0.48% -
XYZ 9.2 5.46 18.98 -
YUV 66.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 97 40 122 0.20 0.67 0 0.52 281.71 0.51 0.32
Hex 61 28 7A 14 43 0 34 11A 33 20
Octal 141 50 172 24 103 0 64 432 63 40
Binary 1100001 101000 1111010 10100 1000011 0 110100 100011010 110011 100000

Color Harmonies of #61287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61287A

Black with #61287A

Text Example


Text Example

White with #61287A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,40,122); }

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

background-color css

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

 a { background-color: rgb(97,40,122); }

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

border-color css

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

 span { border-color: rgb(97,40,122); }

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