Html Css Color HEX #7D3CCF Blue Violet

📋 copy color: '#7D3CCF'

red 125 ◦ green 60 ◦ blue 207

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

Shades of Blue Violet #7D3CCF

Tints of Blue Violet #7D3CCF

RGB

 RED value IS 125 (49.22% from 255) = 31.89%

 GREEN value IS 60 (23.83% from 255) = 15.31%

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

R = 31.89%
G = 15.31%
B = 52.81%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D3CCF (or 0x7D3CCF) is known color: Blue Violet. HEX triplet: 7D, 3C and CF. RGB value is (125,60,207). Sum of RGB (Red+Green+Blue) = 125+60+207=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3CCF is #82C330. Grayscale: #5F5F5F. Windows color (decimal): -8569649 or 13581437. OLE color: 13581437.

HSL color Cylindrical-coordinate representation of color #7D3CCF: hue angle of 266.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3CCF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 60 207 -
CMYK 0.40 0.71 0 0.19
HSL 266.53º 0.6% 0.52% -
HSV(B) 266.53º 0.71% 0.81% -
XYZ 21.34 12.1 60.24 -
YUV 96.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 125 60 207 0.40 0.71 0 0.19 266.53 0.6 0.52
Hex 7D 3C CF 28 47 0 13 10B 3C 34
Octal 175 74 317 50 107 0 23 413 74 64
Binary 1111101 111100 11001111 101000 1000111 0 10011 100001011 111100 110100

Color Harmonies of #7D3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CCF

Black with #7D3CCF

Text Example


Text Example

White with #7D3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3CCF; }

 p { color: rgb(125,60,207); }

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

background-color css

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

 a { background-color: rgb(125,60,207); }

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

border-color css

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

 span { border-color: rgb(125,60,207); }

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