Html Css Color HEX #63407B Honey Flower

📋 copy color: '#63407B'

red 99 ◦ green 64 ◦ blue 123

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

Shades of Honey Flower #63407B

Tints of Honey Flower #63407B

RGB

 RED value IS 99 (39.06% from 255) = 34.62%

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 34.62%
G = 22.38%
B = 43.01%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63407B (or 0x63407B) is known color: Honey Flower. HEX triplet: 63, 40 and 7B. RGB value is (99,64,123). Sum of RGB (Red+Green+Blue) = 99+64+123=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #63407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63407B is #9CBF84. Grayscale: #505050. Windows color (decimal): -10272645 or 8077411. OLE color: 8077411.

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

Color convert

RGB 99 64 123 -
CMYK 0.20 0.48 0 0.52
HSL 275.59º 0.32% 0.37% -
HSV(B) 275.59º 0.48% 0.48% -
XYZ 10.55 7.75 19.68 -
YUV 81.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 99 64 123 0.20 0.48 0 0.52 275.59 0.32 0.37
Hex 63 40 7B 14 30 0 34 114 20 25
Octal 143 100 173 24 60 0 64 424 40 45
Binary 1100011 1000000 1111011 10100 110000 0 110100 100010100 100000 100101

Color Harmonies of #63407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63407B

Black with #63407B

Text Example


Text Example

White with #63407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63407B; }

 p { color: rgb(99,64,123); }

 H1.HeaderClassName
 {
   color: #63407B;
 }
 .AnyTagClassName
 {
   color: #63407B;
 }
</style>

background-color css

<style>
 a { background-color: #63407B; }

 a { background-color: rgb(99,64,123); }

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

border-color css

<style>
 span { border-color: #63407B; }

 span { border-color: rgb(99,64,123); }

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