Html Css Color HEX #643DBC Purple Heart

📋 copy color: '#643DBC'

red 100 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #643DBC

Tints of Purple Heart #643DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

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

R = 28.65%
G = 17.48%
B = 53.87%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#643DBC (or 0x643DBC) is known color: Purple Heart. HEX triplet: 64, 3D and BC. RGB value is (100,61,188). Sum of RGB (Red+Green+Blue) = 100+61+188=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #643DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DBC is #9BC243. Grayscale: #565656. Windows color (decimal): -10207812 or 12336484. OLE color: 12336484.

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

Color convert

RGB 100 61 188 -
CMYK 0.47 0.68 0 0.26
HSL 258.43º 0.51% 0.49% -
HSV(B) 258.43º 0.68% 0.74% -
XYZ 16 9.68 48.6 -
YUV 87.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 100 61 188 0.47 0.68 0 0.26 258.43 0.51 0.49
Hex 64 3D BC 2F 44 0 1A 102 33 31
Octal 144 75 274 57 104 0 32 402 63 61
Binary 1100100 111101 10111100 101111 1000100 0 11010 100000010 110011 110001

Color Harmonies of #643DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DBC

Black with #643DBC

Text Example


Text Example

White with #643DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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