Html Css Color HEX #790CCB Dark Violet

📋 copy color: '#790CCB'

red 121 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #790CCB

Tints of Dark Violet #790CCB

RGB

 RED value IS 121 (47.66% from 255) = 36.01%

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

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 36.01%
G = 3.57%
B = 60.42%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#790CCB (or 0x790CCB) is known color: Dark Violet. HEX triplet: 79, 0C and CB. RGB value is (121,12,203). Sum of RGB (Red+Green+Blue) = 121+12+203=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #790CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CCB is #86F334. Grayscale: #414141. Windows color (decimal): -8844085 or 13307001. OLE color: 13307001.

HSL color Cylindrical-coordinate representation of color #790CCB: hue angle of 274.24º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CCB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 12 203 -
CMYK 0.40 0.94 0 0.20
HSL 274.24º 0.89% 0.42% -
HSV(B) 274.24º 0.94% 0.8% -
XYZ 18.8 8.64 57.18 -
YUV 66.37 205.11 166.97 -
System Red Green Blue C M Y K H S L
Decimal 121 12 203 0.40 0.94 0 0.20 274.24 0.89 0.42
Hex 79 C CB 28 5E 0 14 112 59 2A
Octal 171 14 313 50 136 0 24 422 131 52
Binary 1111001 1100 11001011 101000 1011110 0 10100 100010010 1011001 101010

Color Harmonies of #790CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CCB

Black with #790CCB

Text Example


Text Example

White with #790CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790CCB; }

 p { color: rgb(121,12,203); }

 H1.HeaderClassName
 {
   color: #790CCB;
 }
 .AnyTagClassName
 {
   color: #790CCB;
 }
</style>

background-color css

<style>
 a { background-color: #790CCB; }

 a { background-color: rgb(121,12,203); }

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

border-color css

<style>
 span { border-color: #790CCB; }

 span { border-color: rgb(121,12,203); }

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