Html Css Color HEX #7F5FCA True V

📋 copy color: '#7F5FCA'

red 127 ◦ green 95 ◦ blue 202

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

Shades of True V #7F5FCA

Tints of True V #7F5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 29.95%
G = 22.41%
B = 47.64%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F5FCA (or 0x7F5FCA) is known color: True V. HEX triplet: 7F, 5F and CA. RGB value is (127,95,202). Sum of RGB (Red+Green+Blue) = 127+95+202=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FCA is #80A035. Grayscale: #747474. Windows color (decimal): -8429622 or 13262719. OLE color: 13262719.

HSL color Cylindrical-coordinate representation of color #7F5FCA: hue angle of 257.94º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F5FCA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 95 202 -
CMYK 0.37 0.53 0 0.21
HSL 257.94º 0.5% 0.58% -
HSV(B) 257.94º 0.53% 0.79% -
XYZ 23.51 16.96 57.91 -
YUV 116.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 127 95 202 0.37 0.53 0 0.21 257.94 0.5 0.58
Hex 7F 5F CA 25 35 0 15 102 32 3A
Octal 177 137 312 45 65 0 25 402 62 72
Binary 1111111 1011111 11001010 100101 110101 0 10101 100000010 110010 111010

Color Harmonies of #7F5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5FCA

Black with #7F5FCA

Text Example


Text Example

White with #7F5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,202); }

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

background-color css

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

 a { background-color: rgb(127,95,202); }

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

border-color css

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

 span { border-color: rgb(127,95,202); }

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