Html Css Color HEX #7F07CC Dark Violet

📋 copy color: '#7F07CC'

red 127 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #7F07CC

Tints of Dark Violet #7F07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 37.57%
G = 2.07%
B = 60.36%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F07CC (or 0x7F07CC) is known color: Dark Violet. HEX triplet: 7F, 07 and CC. RGB value is (127,7,204). Sum of RGB (Red+Green+Blue) = 127+7+204=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F07CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07CC is #80F833. Grayscale: #404040. Windows color (decimal): -8452148 or 13371263. OLE color: 13371263.

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

Color convert

RGB 127 7 204 -
CMYK 0.38 0.97 0 0.2
HSL 276.55º 0.93% 0.41% -
HSV(B) 276.55º 0.97% 0.8% -
XYZ 19.73 9.02 57.83 -
YUV 65.34 206.26 171.98 -
System Red Green Blue C M Y K H S L
Decimal 127 7 204 0.38 0.97 0 0.2 276.55 0.93 0.41
Hex 7F 7 CC 26 61 0 14 115 5D 29
Octal 177 7 314 46 141 0 24 425 135 51
Binary 1111111 111 11001100 100110 1100001 0 10100 100010101 1011101 101001

Color Harmonies of #7F07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F07CC

Black with #7F07CC

Text Example


Text Example

White with #7F07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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