Html Css Color HEX #7B13DF Blue Violet

📋 copy color: '#7B13DF'

red 123 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #7B13DF

Tints of Blue Violet #7B13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 33.7%
G = 5.21%
B = 61.1%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B13DF (or 0x7B13DF) is known color: Blue Violet. HEX triplet: 7B, 13 and DF. RGB value is (123,19,223). Sum of RGB (Red+Green+Blue) = 123+19+223=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B13DF is #84EC20. Grayscale: #484848. Windows color (decimal): -8711201 or 14619515. OLE color: 14619515.

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

Color convert

RGB 123 19 223 -
CMYK 0.45 0.91 0 0.13
HSL 270.59º 0.84% 0.47% -
HSV(B) 270.59º 0.91% 0.87% -
XYZ 21.72 10 70.6 -
YUV 73.35 212.46 163.41 -
System Red Green Blue C M Y K H S L
Decimal 123 19 223 0.45 0.91 0 0.13 270.59 0.84 0.47
Hex 7B 13 DF 2D 5B 0 D 10F 54 2F
Octal 173 23 337 55 133 0 15 417 124 57
Binary 1111011 10011 11011111 101101 1011011 0 1101 100001111 1010100 101111

Color Harmonies of #7B13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B13DF

Black with #7B13DF

Text Example


Text Example

White with #7B13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,223); }

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

background-color css

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

 a { background-color: rgb(123,19,223); }

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

border-color css

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

 span { border-color: rgb(123,19,223); }

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