Html Css Color HEX #643FBC Purple Heart

📋 copy color: '#643FBC'

red 100 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #643FBC

Tints of Purple Heart #643FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 28.49%
G = 17.95%
B = 53.56%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#643FBC (or 0x643FBC) is known color: Purple Heart. HEX triplet: 64, 3F and BC. RGB value is (100,63,188). Sum of RGB (Red+Green+Blue) = 100+63+188=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #643FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FBC is #9BC043. Grayscale: #575757. Windows color (decimal): -10207300 or 12336996. OLE color: 12336996.

HSL color Cylindrical-coordinate representation of color #643FBC: hue angle of 257.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643FBC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 63 188 -
CMYK 0.47 0.66 0 0.26
HSL 257.76º 0.5% 0.49% -
HSV(B) 257.76º 0.66% 0.74% -
XYZ 16.11 9.9 48.64 -
YUV 88.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 100 63 188 0.47 0.66 0 0.26 257.76 0.5 0.49
Hex 64 3F BC 2F 42 0 1A 102 32 31
Octal 144 77 274 57 102 0 32 402 62 61
Binary 1100100 111111 10111100 101111 1000010 0 11010 100000010 110010 110001

Color Harmonies of #643FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FBC

Black with #643FBC

Text Example


Text Example

White with #643FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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