Html Css Color HEX #7B07DD Dark Violet

📋 copy color: '#7B07DD'

red 123 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #7B07DD

Tints of Dark Violet #7B07DD

RGB

 RED value IS 123 (48.44% from 255) = 35.04%

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 35.04%
G = 1.99%
B = 62.96%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B07DD (or 0x7B07DD) is known color: Dark Violet. HEX triplet: 7B, 07 and DD. RGB value is (123,7,221). Sum of RGB (Red+Green+Blue) = 123+7+221=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B07DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B07DD is #84F822. Grayscale: #414141. Windows color (decimal): -8714275 or 14485371. OLE color: 14485371.

HSL color Cylindrical-coordinate representation of color #7B07DD: hue angle of 272.52º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B07DD is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 7 221 -
CMYK 0.44 0.97 0 0.13
HSL 272.52º 0.94% 0.45% -
HSV(B) 272.52º 0.97% 0.87% -
XYZ 21.3 9.58 69.13 -
YUV 66.08 215.43 168.6 -
System Red Green Blue C M Y K H S L
Decimal 123 7 221 0.44 0.97 0 0.13 272.52 0.94 0.45
Hex 7B 7 DD 2C 61 0 D 111 5E 2D
Octal 173 7 335 54 141 0 15 421 136 55
Binary 1111011 111 11011101 101100 1100001 0 1101 100010001 1011110 101101

Color Harmonies of #7B07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B07DD

Black with #7B07DD

Text Example


Text Example

White with #7B07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,7,221); }

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

background-color css

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

 a { background-color: rgb(123,7,221); }

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

border-color css

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

 span { border-color: rgb(123,7,221); }

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