Html Css Color HEX #7F0CCA Dark Violet

📋 copy color: '#7F0CCA'

red 127 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #7F0CCA

Tints of Dark Violet #7F0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.24%

R = 37.24%
G = 3.52%
B = 59.24%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F0CCA (or 0x7F0CCA) is known color: Dark Violet. HEX triplet: 7F, 0C and CA. RGB value is (127,12,202). Sum of RGB (Red+Green+Blue) = 127+12+202=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F0CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0CCA is #80F335. Grayscale: #434343. Windows color (decimal): -8450870 or 13241471. OLE color: 13241471.

HSL color Cylindrical-coordinate representation of color #7F0CCA: hue angle of 276.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0CCA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 12 202 -
CMYK 0.37 0.94 0 0.21
HSL 276.32º 0.89% 0.42% -
HSV(B) 276.32º 0.94% 0.79% -
XYZ 19.54 9.04 56.59 -
YUV 68.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 127 12 202 0.37 0.94 0 0.21 276.32 0.89 0.42
Hex 7F C CA 25 5E 0 15 114 59 2A
Octal 177 14 312 45 136 0 25 424 131 52
Binary 1111111 1100 11001010 100101 1011110 0 10101 100010100 1011001 101010

Color Harmonies of #7F0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0CCA

Black with #7F0CCA

Text Example


Text Example

White with #7F0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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