Html Css Color HEX #7005CB Dark Violet

📋 copy color: '#7005CB'

red 112 ◦ green 5 ◦ blue 203

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

Shades of Dark Violet #7005CB

Tints of Dark Violet #7005CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 35%
G = 1.56%
B = 63.44%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7005CB (or 0x7005CB) is known color: Dark Violet. HEX triplet: 70, 05 and CB. RGB value is (112,5,203). Sum of RGB (Red+Green+Blue) = 112+5+203=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #7005CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7005CB is #8FFA34. Grayscale: #3A3A3A. Windows color (decimal): -9435701 or 13305200. OLE color: 13305200.

HSL color Cylindrical-coordinate representation of color #7005CB: hue angle of 272.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7005CB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 5 203 -
CMYK 0.45 0.98 0 0.20
HSL 272.42º 0.95% 0.41% -
HSV(B) 272.42º 0.98% 0.8% -
XYZ 17.52 7.87 57.09 -
YUV 59.57 208.95 165.4 -
System Red Green Blue C M Y K H S L
Decimal 112 5 203 0.45 0.98 0 0.20 272.42 0.95 0.41
Hex 70 5 CB 2D 62 0 14 110 5F 29
Octal 160 5 313 55 142 0 24 420 137 51
Binary 1110000 101 11001011 101101 1100010 0 10100 100010000 1011111 101001

Color Harmonies of #7005CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7005CB

Black with #7005CB

Text Example


Text Example

White with #7005CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7005CB; }

 p { color: rgb(112,5,203); }

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

background-color css

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

 a { background-color: rgb(112,5,203); }

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

border-color css

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

 span { border-color: rgb(112,5,203); }

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