Html Css Color HEX #7F38CF Blue Violet

📋 copy color: '#7F38CF'

red 127 ◦ green 56 ◦ blue 207

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

Shades of Blue Violet #7F38CF

Tints of Blue Violet #7F38CF

RGB

 RED value IS 127 (50% from 255) = 32.56%

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 32.56%
G = 14.36%
B = 53.08%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F38CF (or 0x7F38CF) is known color: Blue Violet. HEX triplet: 7F, 38 and CF. RGB value is (127,56,207). Sum of RGB (Red+Green+Blue) = 127+56+207=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F38CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F38CF is #80C730. Grayscale: #5D5D5D. Windows color (decimal): -8439601 or 13580415. OLE color: 13580415.

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

Color convert

RGB 127 56 207 -
CMYK 0.39 0.73 0 0.19
HSL 268.21º 0.61% 0.52% -
HSV(B) 268.21º 0.73% 0.81% -
XYZ 21.43 11.85 60.19 -
YUV 94.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 127 56 207 0.39 0.73 0 0.19 268.21 0.61 0.52
Hex 7F 38 CF 27 49 0 13 10C 3D 34
Octal 177 70 317 47 111 0 23 414 75 64
Binary 1111111 111000 11001111 100111 1001001 0 10011 100001100 111101 110100

Color Harmonies of #7F38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F38CF

Black with #7F38CF

Text Example


Text Example

White with #7F38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,56,207); }

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

background-color css

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

 a { background-color: rgb(127,56,207); }

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

border-color css

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

 span { border-color: rgb(127,56,207); }

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