Html Css Color HEX #643DD7 Purple Heart

📋 copy color: '#643DD7'

red 100 ◦ green 61 ◦ blue 215

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

Shades of Purple Heart #643DD7

Tints of Purple Heart #643DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 26.6%
G = 16.22%
B = 57.18%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#643DD7 (or 0x643DD7) is known color: Purple Heart. HEX triplet: 64, 3D and D7. RGB value is (100,61,215). Sum of RGB (Red+Green+Blue) = 100+61+215=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #643DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DD7 is #9BC228. Grayscale: #595959. Windows color (decimal): -10207785 or 14105956. OLE color: 14105956.

HSL color Cylindrical-coordinate representation of color #643DD7: hue angle of 255.19º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643DD7 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 61 215 -
CMYK 0.53 0.72 0 0.16
HSL 255.19º 0.66% 0.54% -
HSV(B) 255.19º 0.72% 0.84% -
XYZ 19.19 10.95 65.39 -
YUV 90.22 198.42 134.98 -
System Red Green Blue C M Y K H S L
Decimal 100 61 215 0.53 0.72 0 0.16 255.19 0.66 0.54
Hex 64 3D D7 35 48 0 10 FF 42 36
Octal 144 75 327 65 110 0 20 377 102 66
Binary 1100100 111101 11010111 110101 1001000 0 10000 11111111 1000010 110110

Color Harmonies of #643DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DD7

Black with #643DD7

Text Example


Text Example

White with #643DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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