Html Css Color HEX #7F236C Dark Purple

📋 copy color: '#7F236C'

red 127 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #7F236C

Tints of Dark Purple #7F236C

RGB

 RED value IS 127 (50% from 255) = 47.04%

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 47.04%
G = 12.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F236C (or 0x7F236C) is known color: Dark Purple. HEX triplet: 7F, 23 and 6C. RGB value is (127,35,108). Sum of RGB (Red+Green+Blue) = 127+35+108=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F236C is #80DC93. Grayscale: #464646. Windows color (decimal): -8445076 or 7086975. OLE color: 7086975.

HSL color Cylindrical-coordinate representation of color #7F236C: hue angle of 312.39º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F236C is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 35 108 -
CMYK 0 0.72 0.15 0.50
HSL 312.39º 0.57% 0.32% -
HSV(B) 312.39º 0.72% 0.5% -
XYZ 12.06 6.8 14.86 -
YUV 70.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 127 35 108 0 0.72 0.15 0.50 312.39 0.57 0.32
Hex 7F 23 6C 0 48 F 32 138 39 20
Octal 177 43 154 0 110 17 62 470 71 40
Binary 1111111 100011 1101100 0 1001000 1111 110010 100111000 111001 100000

Color Harmonies of #7F236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F236C

Black with #7F236C

Text Example


Text Example

White with #7F236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F236C; }

 p { color: rgb(127,35,108); }

 H1.HeaderClassName
 {
   color: #7F236C;
 }
 .AnyTagClassName
 {
   color: #7F236C;
 }
</style>

background-color css

<style>
 a { background-color: #7F236C; }

 a { background-color: rgb(127,35,108); }

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

border-color css

<style>
 span { border-color: #7F236C; }

 span { border-color: rgb(127,35,108); }

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