Html Css Color HEX #7F0CBE Dark Violet

📋 copy color: '#7F0CBE'

red 127 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #7F0CBE

Tints of Dark Violet #7F0CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.65%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 38.6%
G = 3.65%
B = 57.75%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F0CBE (or 0x7F0CBE) is known color: Dark Violet. HEX triplet: 7F, 0C and BE. RGB value is (127,12,190). Sum of RGB (Red+Green+Blue) = 127+12+190=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CBE is #80F341. Grayscale: #424242. Windows color (decimal): -8450882 or 12455039. OLE color: 12455039.

HSL color Cylindrical-coordinate representation of color #7F0CBE: hue angle of 278.76º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CBE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 12 190 -
CMYK 0.33 0.94 0 0.25
HSL 278.76º 0.88% 0.4% -
HSV(B) 278.76º 0.94% 0.75% -
XYZ 18.18 8.49 49.4 -
YUV 66.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 127 12 190 0.33 0.94 0 0.25 278.76 0.88 0.4
Hex 7F C BE 21 5E 0 19 117 58 28
Octal 177 14 276 41 136 0 31 427 130 50
Binary 1111111 1100 10111110 100001 1011110 0 11001 100010111 1011000 101000

Color Harmonies of #7F0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0CBE

Black with #7F0CBE

Text Example


Text Example

White with #7F0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,12,190); }

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

background-color css

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

 a { background-color: rgb(127,12,190); }

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

border-color css

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

 span { border-color: rgb(127,12,190); }

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