Html Css Color HEX #7F2385 Dark Purple

📋 copy color: '#7F2385'

red 127 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #7F2385

Tints of Dark Purple #7F2385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 43.05%
G = 11.86%
B = 45.08%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F2385 (or 0x7F2385) is known color: Dark Purple. HEX triplet: 7F, 23 and 85. RGB value is (127,35,133). Sum of RGB (Red+Green+Blue) = 127+35+133=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F2385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2385 is #80DC7A. Grayscale: #494949. Windows color (decimal): -8445051 or 8725375. OLE color: 8725375.

HSL color Cylindrical-coordinate representation of color #7F2385: hue angle of 296.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2385 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 35 133 -
CMYK 0.05 0.74 0 0.48
HSL 296.33º 0.58% 0.33% -
HSV(B) 296.33º 0.74% 0.52% -
XYZ 13.59 7.41 22.9 -
YUV 73.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 127 35 133 0.05 0.74 0 0.48 296.33 0.58 0.33
Hex 7F 23 85 5 4A 0 30 128 3A 21
Octal 177 43 205 5 112 0 60 450 72 41
Binary 1111111 100011 10000101 101 1001010 0 110000 100101000 111010 100001

Color Harmonies of #7F2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2385

Black with #7F2385

Text Example


Text Example

White with #7F2385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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