Html Css Color HEX #7F07CB Dark Violet

📋 copy color: '#7F07CB'

red 127 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #7F07CB

Tints of Dark Violet #7F07CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 37.69%
G = 2.08%
B = 60.24%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F07CB (or 0x7F07CB) is known color: Dark Violet. HEX triplet: 7F, 07 and CB. RGB value is (127,7,203). Sum of RGB (Red+Green+Blue) = 127+7+203=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F07CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07CB is #80F834. Grayscale: #404040. Windows color (decimal): -8452149 or 13305727. OLE color: 13305727.

HSL color Cylindrical-coordinate representation of color #7F07CB: hue angle of 276.73º 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 #7F07CB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 7 203 -
CMYK 0.37 0.97 0 0.20
HSL 276.73º 0.93% 0.41% -
HSV(B) 276.73º 0.97% 0.8% -
XYZ 19.61 8.98 57.2 -
YUV 65.22 205.76 172.06 -
System Red Green Blue C M Y K H S L
Decimal 127 7 203 0.37 0.97 0 0.20 276.73 0.93 0.41
Hex 7F 7 CB 25 61 0 14 115 5D 29
Octal 177 7 313 45 141 0 24 425 135 51
Binary 1111111 111 11001011 100101 1100001 0 10100 100010101 1011101 101001

Color Harmonies of #7F07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F07CB

Black with #7F07CB

Text Example


Text Example

White with #7F07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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