Html Css Color HEX #7F0ACC Dark Violet

📋 copy color: '#7F0ACC'

red 127 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #7F0ACC

Tints of Dark Violet #7F0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.93%

 BLUE value IS 204 (80.08% from 255) = 59.82%

R = 37.24%
G = 2.93%
B = 59.82%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F0ACC (or 0x7F0ACC) is known color: Dark Violet. HEX triplet: 7F, 0A and CC. RGB value is (127,10,204). Sum of RGB (Red+Green+Blue) = 127+10+204=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0ACC is #80F533. Grayscale: #424242. Windows color (decimal): -8451380 or 13372031. OLE color: 13372031.

HSL color Cylindrical-coordinate representation of color #7F0ACC: hue angle of 276.19º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0ACC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 10 204 -
CMYK 0.38 0.95 0 0.2
HSL 276.19º 0.91% 0.42% -
HSV(B) 276.19º 0.95% 0.8% -
XYZ 19.76 9.09 57.84 -
YUV 67.1 205.26 170.73 -
System Red Green Blue C M Y K H S L
Decimal 127 10 204 0.38 0.95 0 0.2 276.19 0.91 0.42
Hex 7F A CC 26 5F 0 14 114 5B 2A
Octal 177 12 314 46 137 0 24 424 133 52
Binary 1111111 1010 11001100 100110 1011111 0 10100 100010100 1011011 101010

Color Harmonies of #7F0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0ACC

Black with #7F0ACC

Text Example


Text Example

White with #7F0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,10,204); }

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

background-color css

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

 a { background-color: rgb(127,10,204); }

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

border-color css

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

 span { border-color: rgb(127,10,204); }

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