Html Css Color HEX #643FD0 Purple Heart

📋 copy color: '#643FD0'

red 100 ◦ green 63 ◦ blue 208

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

Shades of Purple Heart #643FD0

Tints of Purple Heart #643FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.06%

R = 26.95%
G = 16.98%
B = 56.06%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#643FD0 (or 0x643FD0) is known color: Purple Heart. HEX triplet: 64, 3F and D0. RGB value is (100,63,208). Sum of RGB (Red+Green+Blue) = 100+63+208=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #643FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FD0 is #9BC02F. Grayscale: #5A5A5A. Windows color (decimal): -10207280 or 13647716. OLE color: 13647716.

HSL color Cylindrical-coordinate representation of color #643FD0: hue angle of 255.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #643FD0 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 63 208 -
CMYK 0.52 0.70 0 0.18
HSL 255.31º 0.61% 0.53% -
HSV(B) 255.31º 0.7% 0.82% -
XYZ 18.42 10.82 60.79 -
YUV 90.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 100 63 208 0.52 0.70 0 0.18 255.31 0.61 0.53
Hex 64 3F D0 34 46 0 12 FF 3D 35
Octal 144 77 320 64 106 0 22 377 75 65
Binary 1100100 111111 11010000 110100 1000110 0 10010 11111111 111101 110101

Color Harmonies of #643FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FD0

Black with #643FD0

Text Example


Text Example

White with #643FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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