Html Css Color HEX #7005CF Dark Violet

📋 copy color: '#7005CF'

red 112 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #7005CF

Tints of Dark Violet #7005CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 34.57%
G = 1.54%
B = 63.89%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7005CF (or 0x7005CF) is known color: Dark Violet. HEX triplet: 70, 05 and CF. RGB value is (112,5,207). Sum of RGB (Red+Green+Blue) = 112+5+207=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #7005CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7005CF is #8FFA30. Grayscale: #3B3B3B. Windows color (decimal): -9435697 or 13567344. OLE color: 13567344.

HSL color Cylindrical-coordinate representation of color #7005CF: hue angle of 271.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7005CF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 5 207 -
CMYK 0.46 0.98 0 0.19
HSL 271.78º 0.95% 0.42% -
HSV(B) 271.78º 0.98% 0.81% -
XYZ 18 8.06 59.64 -
YUV 60.02 210.95 165.07 -
System Red Green Blue C M Y K H S L
Decimal 112 5 207 0.46 0.98 0 0.19 271.78 0.95 0.42
Hex 70 5 CF 2E 62 0 13 110 5F 2A
Octal 160 5 317 56 142 0 23 420 137 52
Binary 1110000 101 11001111 101110 1100010 0 10011 100010000 1011111 101010

Color Harmonies of #7005CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7005CF

Black with #7005CF

Text Example


Text Example

White with #7005CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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