Html Css Color HEX #643FC0 Purple Heart

📋 copy color: '#643FC0'

red 100 ◦ green 63 ◦ blue 192

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

Shades of Purple Heart #643FC0

Tints of Purple Heart #643FC0

RGB

 RED value IS 100 (39.45% from 255) = 28.17%

 GREEN value IS 63 (25% from 255) = 17.75%

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 28.17%
G = 17.75%
B = 54.08%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#643FC0 (or 0x643FC0) is known color: Purple Heart. HEX triplet: 64, 3F and C0. RGB value is (100,63,192). Sum of RGB (Red+Green+Blue) = 100+63+192=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #643FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FC0 is #9BC03F. Grayscale: #585858. Windows color (decimal): -10207296 or 12599140. OLE color: 12599140.

HSL color Cylindrical-coordinate representation of color #643FC0: hue angle of 257.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643FC0 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 63 192 -
CMYK 0.48 0.67 0 0.25
HSL 257.21º 0.51% 0.5% -
HSV(B) 257.21º 0.67% 0.75% -
XYZ 16.55 10.07 50.94 -
YUV 88.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 100 63 192 0.48 0.67 0 0.25 257.21 0.51 0.5
Hex 64 3F C0 30 43 0 19 101 33 32
Octal 144 77 300 60 103 0 31 401 63 62
Binary 1100100 111111 11000000 110000 1000011 0 11001 100000001 110011 110010

Color Harmonies of #643FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FC0

Black with #643FC0

Text Example


Text Example

White with #643FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643FC0; }

 p { color: rgb(100,63,192); }

 H1.HeaderClassName
 {
   color: #643FC0;
 }
 .AnyTagClassName
 {
   color: #643FC0;
 }
</style>

background-color css

<style>
 a { background-color: #643FC0; }

 a { background-color: rgb(100,63,192); }

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

border-color css

<style>
 span { border-color: #643FC0; }

 span { border-color: rgb(100,63,192); }

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