Html Css Color HEX #643BCC Purple Heart

📋 copy color: '#643BCC'

red 100 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #643BCC

Tints of Purple Heart #643BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 27.55%
G = 16.25%
B = 56.2%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#643BCC (or 0x643BCC) is known color: Purple Heart. HEX triplet: 64, 3B and CC. RGB value is (100,59,204). Sum of RGB (Red+Green+Blue) = 100+59+204=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #643BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BCC is #9BC433. Grayscale: #575757. Windows color (decimal): -10208308 or 13384548. OLE color: 13384548.

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

Color convert

RGB 100 59 204 -
CMYK 0.51 0.71 0 0.2
HSL 256.97º 0.59% 0.52% -
HSV(B) 256.97º 0.71% 0.8% -
XYZ 17.72 10.2 58.16 -
YUV 87.79 193.58 136.71 -
System Red Green Blue C M Y K H S L
Decimal 100 59 204 0.51 0.71 0 0.2 256.97 0.59 0.52
Hex 64 3B CC 33 47 0 14 101 3B 34
Octal 144 73 314 63 107 0 24 401 73 64
Binary 1100100 111011 11001100 110011 1000111 0 10100 100000001 111011 110100

Color Harmonies of #643BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BCC

Black with #643BCC

Text Example


Text Example

White with #643BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,59,204); }

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

background-color css

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

 a { background-color: rgb(100,59,204); }

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

border-color css

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

 span { border-color: rgb(100,59,204); }

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