Html Css Color HEX #7F257B Dark Purple

📋 copy color: '#7F257B'

red 127 ◦ green 37 ◦ blue 123

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

Shades of Dark Purple #7F257B

Tints of Dark Purple #7F257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 44.25%
G = 12.89%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#7F257B (or 0x7F257B) is known color: Dark Purple. HEX triplet: 7F, 25 and 7B. RGB value is (127,37,123). Sum of RGB (Red+Green+Blue) = 127+37+123=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F257B is #80DA84. Grayscale: #494949. Windows color (decimal): -8444549 or 8070527. OLE color: 8070527.

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

Color convert

RGB 127 37 123 -
CMYK 0 0.71 0.03 0.50
HSL 302.67º 0.55% 0.32% -
HSV(B) 302.67º 0.71% 0.5% -
XYZ 12.99 7.27 19.46 -
YUV 73.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 127 37 123 0 0.71 0.03 0.50 302.67 0.55 0.32
Hex 7F 25 7B 0 47 3 32 12F 37 20
Octal 177 45 173 0 107 3 62 457 67 40
Binary 1111111 100101 1111011 0 1000111 11 110010 100101111 110111 100000

Color Harmonies of #7F257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F257B

Black with #7F257B

Text Example


Text Example

White with #7F257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,37,123); }

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

background-color css

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

 a { background-color: rgb(127,37,123); }

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

border-color css

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

 span { border-color: rgb(127,37,123); }

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