Html Css Color HEX #643BCA Purple Heart

📋 copy color: '#643BCA'

red 100 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #643BCA

Tints of Purple Heart #643BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.96%

R = 27.7%
G = 16.34%
B = 55.96%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#643BCA (or 0x643BCA) is known color: Purple Heart. HEX triplet: 64, 3B and CA. RGB value is (100,59,202). Sum of RGB (Red+Green+Blue) = 100+59+202=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #643BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BCA is #9BC435. Grayscale: #575757. Windows color (decimal): -10208310 or 13253476. OLE color: 13253476.

HSL color Cylindrical-coordinate representation of color #643BCA: hue angle of 257.2º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643BCA is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 59 202 -
CMYK 0.50 0.71 0 0.21
HSL 257.2º 0.57% 0.51% -
HSV(B) 257.2º 0.71% 0.79% -
XYZ 17.48 10.1 56.91 -
YUV 87.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 100 59 202 0.50 0.71 0 0.21 257.2 0.57 0.51
Hex 64 3B CA 32 47 0 15 101 39 33
Octal 144 73 312 62 107 0 25 401 71 63
Binary 1100100 111011 11001010 110010 1000111 0 10101 100000001 111001 110011

Color Harmonies of #643BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BCA

Black with #643BCA

Text Example


Text Example

White with #643BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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