Html Css Color HEX #7F64CB True V

📋 copy color: '#7F64CB'

red 127 ◦ green 100 ◦ blue 203

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

Shades of True V #7F64CB

Tints of True V #7F64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.26%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 29.53%
G = 23.26%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F64CB (or 0x7F64CB) is known color: True V. HEX triplet: 7F, 64 and CB. RGB value is (127,100,203). Sum of RGB (Red+Green+Blue) = 127+100+203=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F64CB is #809B34. Grayscale: #777777. Windows color (decimal): -8428341 or 13329535. OLE color: 13329535.

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

Color convert

RGB 127 100 203 -
CMYK 0.37 0.51 0 0.20
HSL 255.73º 0.5% 0.59% -
HSV(B) 255.73º 0.51% 0.8% -
XYZ 24.09 17.94 58.69 -
YUV 119.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 127 100 203 0.37 0.51 0 0.20 255.73 0.5 0.59
Hex 7F 64 CB 25 33 0 14 100 32 3B
Octal 177 144 313 45 63 0 24 400 62 73
Binary 1111111 1100100 11001011 100101 110011 0 10100 100000000 110010 111011

Color Harmonies of #7F64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F64CB

Black with #7F64CB

Text Example


Text Example

White with #7F64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,100,203); }

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

background-color css

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

 a { background-color: rgb(127,100,203); }

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

border-color css

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

 span { border-color: rgb(127,100,203); }

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