Html Css Color HEX #7F63CD True V

📋 copy color: '#7F63CD'

red 127 ◦ green 99 ◦ blue 205

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

Shades of True V #7F63CD

Tints of True V #7F63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 29.47%
G = 22.97%
B = 47.56%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F63CD (or 0x7F63CD) is known color: True V. HEX triplet: 7F, 63 and CD. RGB value is (127,99,205). Sum of RGB (Red+Green+Blue) = 127+99+205=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F63CD is #809C32. Grayscale: #777777. Windows color (decimal): -8428595 or 13460351. OLE color: 13460351.

HSL color Cylindrical-coordinate representation of color #7F63CD: hue angle of 255.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F63CD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 99 205 -
CMYK 0.38 0.52 0 0.20
HSL 255.85º 0.51% 0.6% -
HSV(B) 255.85º 0.52% 0.8% -
XYZ 24.23 17.84 59.92 -
YUV 119.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 127 99 205 0.38 0.52 0 0.20 255.85 0.51 0.6
Hex 7F 63 CD 26 34 0 14 100 33 3C
Octal 177 143 315 46 64 0 24 400 63 74
Binary 1111111 1100011 11001101 100110 110100 0 10100 100000000 110011 111100

Color Harmonies of #7F63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F63CD

Black with #7F63CD

Text Example


Text Example

White with #7F63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,99,205); }

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

background-color css

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

 a { background-color: rgb(127,99,205); }

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

border-color css

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

 span { border-color: rgb(127,99,205); }

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