Html Css Color HEX #702CDD Blue Violet

📋 copy color: '#702CDD'

red 112 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #702CDD

Tints of Blue Violet #702CDD

RGB

 RED value IS 112 (44.14% from 255) = 29.71%

 GREEN value IS 44 (17.58% from 255) = 11.67%

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

R = 29.71%
G = 11.67%
B = 58.62%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#702CDD (or 0x702CDD) is known color: Blue Violet. HEX triplet: 70, 2C and DD. RGB value is (112,44,221). Sum of RGB (Red+Green+Blue) = 112+44+221=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #702CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CDD is #8FD322. Grayscale: #535353. Windows color (decimal): -9425699 or 14494832. OLE color: 14494832.

HSL color Cylindrical-coordinate representation of color #702CDD: hue angle of 263.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702CDD is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 44 221 -
CMYK 0.49 0.80 0 0.13
HSL 263.05º 0.72% 0.52% -
HSV(B) 263.05º 0.8% 0.87% -
XYZ 20.63 10.47 69.34 -
YUV 84.51 205.03 147.61 -
System Red Green Blue C M Y K H S L
Decimal 112 44 221 0.49 0.80 0 0.13 263.05 0.72 0.52
Hex 70 2C DD 31 50 0 D 107 48 34
Octal 160 54 335 61 120 0 15 407 110 64
Binary 1110000 101100 11011101 110001 1010000 0 1101 100000111 1001000 110100

Color Harmonies of #702CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CDD

Black with #702CDD

Text Example


Text Example

White with #702CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702CDD; }

 p { color: rgb(112,44,221); }

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

background-color css

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

 a { background-color: rgb(112,44,221); }

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

border-color css

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

 span { border-color: rgb(112,44,221); }

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