Html Css Color HEX #7F1CAB Vivid Violet

📋 copy color: '#7F1CAB'

red 127 ◦ green 28 ◦ blue 171

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

Shades of Vivid Violet #7F1CAB

Tints of Vivid Violet #7F1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 38.96%
G = 8.59%
B = 52.45%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F1CAB (or 0x7F1CAB) is known color: Vivid Violet. HEX triplet: 7F, 1C and AB. RGB value is (127,28,171). Sum of RGB (Red+Green+Blue) = 127+28+171=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F1CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1CAB is #80E354. Grayscale: #494949. Windows color (decimal): -8446805 or 11213951. OLE color: 11213951.

HSL color Cylindrical-coordinate representation of color #7F1CAB: hue angle of 281.54º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1CAB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 28 171 -
CMYK 0.26 0.84 0 0.33
HSL 281.54º 0.72% 0.39% -
HSV(B) 281.54º 0.84% 0.67% -
XYZ 16.52 8.28 39.26 -
YUV 73.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 127 28 171 0.26 0.84 0 0.33 281.54 0.72 0.39
Hex 7F 1C AB 1A 54 0 21 11A 48 27
Octal 177 34 253 32 124 0 41 432 110 47
Binary 1111111 11100 10101011 11010 1010100 0 100001 100011010 1001000 100111

Color Harmonies of #7F1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1CAB

Black with #7F1CAB

Text Example


Text Example

White with #7F1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,28,171); }

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

background-color css

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

 a { background-color: rgb(127,28,171); }

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

border-color css

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

 span { border-color: rgb(127,28,171); }

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