Html Css Color HEX #643ACD Purple Heart

📋 copy color: '#643ACD'

red 100 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #643ACD

Tints of Purple Heart #643ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 27.55%
G = 15.98%
B = 56.47%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#643ACD (or 0x643ACD) is known color: Purple Heart. HEX triplet: 64, 3A and CD. RGB value is (100,58,205). Sum of RGB (Red+Green+Blue) = 100+58+205=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #643ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ACD is #9BC532. Grayscale: #565656. Windows color (decimal): -10208563 or 13449828. OLE color: 13449828.

HSL color Cylindrical-coordinate representation of color #643ACD: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643ACD is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 58 205 -
CMYK 0.51 0.72 0 0.20
HSL 257.14º 0.6% 0.52% -
HSV(B) 257.14º 0.72% 0.8% -
XYZ 17.79 10.14 58.78 -
YUV 87.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 100 58 205 0.51 0.72 0 0.20 257.14 0.6 0.52
Hex 64 3A CD 33 48 0 14 101 3C 34
Octal 144 72 315 63 110 0 24 401 74 64
Binary 1100100 111010 11001101 110011 1001000 0 10100 100000001 111100 110100

Color Harmonies of #643ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643ACD

Black with #643ACD

Text Example


Text Example

White with #643ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,58,205); }

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

background-color css

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

 a { background-color: rgb(100,58,205); }

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

border-color css

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

 span { border-color: rgb(100,58,205); }

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