Html Css Color HEX #7F02BD Dark Violet

📋 copy color: '#7F02BD'

red 127 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #7F02BD

Tints of Dark Violet #7F02BD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 189 (74.22% from 255) = 59.43%

R = 39.94%
G = 0.63%
B = 59.43%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F02BD (or 0x7F02BD) is known color: Dark Violet. HEX triplet: 7F, 02 and BD. RGB value is (127,2,189). Sum of RGB (Red+Green+Blue) = 127+2+189=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F02BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F02BD is #80FD42. Grayscale: #3C3C3C. Windows color (decimal): -8453443 or 12386943. OLE color: 12386943.

HSL color Cylindrical-coordinate representation of color #7F02BD: hue angle of 280.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F02BD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 2 189 -
CMYK 0.33 0.99 0 0.26
HSL 280.11º 0.98% 0.37% -
HSV(B) 280.11º 0.99% 0.74% -
XYZ 17.96 8.23 48.79 -
YUV 60.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 127 2 189 0.33 0.99 0 0.26 280.11 0.98 0.37
Hex 7F 2 BD 21 63 0 1A 118 62 25
Octal 177 2 275 41 143 0 32 430 142 45
Binary 1111111 10 10111101 100001 1100011 0 11010 100011000 1100010 100101

Color Harmonies of #7F02BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F02BD

Black with #7F02BD

Text Example


Text Example

White with #7F02BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,189); }

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

background-color css

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

 a { background-color: rgb(127,2,189); }

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

border-color css

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

 span { border-color: rgb(127,2,189); }

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