Html Css Color HEX #7B14CA Dark Violet

📋 copy color: '#7B14CA'

red 123 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #7B14CA

Tints of Dark Violet #7B14CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.8%

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

R = 35.65%
G = 5.8%
B = 58.55%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B14CA (or 0x7B14CA) is known color: Dark Violet. HEX triplet: 7B, 14 and CA. RGB value is (123,20,202). Sum of RGB (Red+Green+Blue) = 123+20+202=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B14CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B14CA is #84EB35. Grayscale: #464646. Windows color (decimal): -8710966 or 13243515. OLE color: 13243515.

HSL color Cylindrical-coordinate representation of color #7B14CA: hue angle of 273.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B14CA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 20 202 -
CMYK 0.39 0.90 0 0.21
HSL 273.96º 0.82% 0.44% -
HSV(B) 273.96º 0.9% 0.79% -
XYZ 19.08 8.98 56.6 -
YUV 71.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 123 20 202 0.39 0.90 0 0.21 273.96 0.82 0.44
Hex 7B 14 CA 27 5A 0 15 112 52 2C
Octal 173 24 312 47 132 0 25 422 122 54
Binary 1111011 10100 11001010 100111 1011010 0 10101 100010010 1010010 101100

Color Harmonies of #7B14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B14CA

Black with #7B14CA

Text Example


Text Example

White with #7B14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,20,202); }

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

background-color css

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

 a { background-color: rgb(123,20,202); }

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

border-color css

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

 span { border-color: rgb(123,20,202); }

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