Html Css Color HEX #210059 Violent Violet

📋 copy color: '#210059'

red 33 ◦ green 0 ◦ blue 89

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

Shades of Violent Violet #210059

Tints of Violent Violet #210059

RGB

 RED value IS 33 (13.28% from 255) = 27.05%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 72.95%

R = 27.05%
G = 0%
B = 72.95%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#210059 (or 0x210059) is known color: Violent Violet. HEX triplet: 21, 00 and 59. RGB value is (33,0,89). Sum of RGB (Red+Green+Blue) = 33+0+89=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #210059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210059 is #DEFFA6. Grayscale: #131313. Windows color (decimal): -14614439 or 5832737. OLE color: 5832737.

HSL color Cylindrical-coordinate representation of color #210059: hue angle of 262.25º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210059 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 0 89 -
CMYK 0.63 1 0 0.65
HSL 262.25º 1% 0.17% -
HSV(B) 262.25º 1% 0.35% -
XYZ 2.43 1.04 9.52 -
YUV 20.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 33 0 89 0.63 1 0 0.65 262.25 1 0.17
Hex 21 0 59 3F 64 0 41 106 64 11
Octal 41 0 131 77 144 0 101 406 144 21
Binary 100001 0 1011001 111111 1100100 0 1000001 100000110 1100100 10001

Color Harmonies of #210059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210059

Black with #210059

Text Example


Text Example

White with #210059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210059; }

 p { color: rgb(33,0,89); }

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

background-color css

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

 a { background-color: rgb(33,0,89); }

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

border-color css

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

 span { border-color: rgb(33,0,89); }

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