Html Css Color HEX #68377F Honey Flower

📋 copy color: '#68377F'

red 104 ◦ green 55 ◦ blue 127

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

Shades of Honey Flower #68377F

Tints of Honey Flower #68377F

RGB

 RED value IS 104 (41.02% from 255) = 36.36%

 GREEN value IS 55 (21.88% from 255) = 19.23%

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

R = 36.36%
G = 19.23%
B = 44.41%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68377F (or 0x68377F) is known color: Honey Flower. HEX triplet: 68, 37 and 7F. RGB value is (104,55,127). Sum of RGB (Red+Green+Blue) = 104+55+127=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #68377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68377F is #97C880. Grayscale: #4D4D4D. Windows color (decimal): -9947265 or 8337256. OLE color: 8337256.

HSL color Cylindrical-coordinate representation of color #68377F: hue angle of 280.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68377F is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 55 127 -
CMYK 0.18 0.57 0 0.50
HSL 280.83º 0.4% 0.36% -
HSV(B) 280.83º 0.57% 0.5% -
XYZ 10.91 7.21 20.9 -
YUV 77.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 104 55 127 0.18 0.57 0 0.50 280.83 0.4 0.36
Hex 68 37 7F 12 39 0 32 119 28 24
Octal 150 67 177 22 71 0 62 431 50 44
Binary 1101000 110111 1111111 10010 111001 0 110010 100011001 101000 100100

Color Harmonies of #68377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68377F

Black with #68377F

Text Example


Text Example

White with #68377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,55,127); }

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

background-color css

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

 a { background-color: rgb(104,55,127); }

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

border-color css

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

 span { border-color: rgb(104,55,127); }

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