Html Css Color HEX #643FCA Purple Heart

📋 copy color: '#643FCA'

red 100 ◦ green 63 ◦ blue 202

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

Shades of Purple Heart #643FCA

Tints of Purple Heart #643FCA

RGB

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

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

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

R = 27.4%
G = 17.26%
B = 55.34%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#643FCA (or 0x643FCA) is known color: Purple Heart. HEX triplet: 64, 3F and CA. RGB value is (100,63,202). Sum of RGB (Red+Green+Blue) = 100+63+202=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #643FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FCA is #9BC035. Grayscale: #595959. Windows color (decimal): -10207286 or 13254500. OLE color: 13254500.

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

Color convert

RGB 100 63 202 -
CMYK 0.50 0.69 0 0.21
HSL 255.97º 0.57% 0.52% -
HSV(B) 255.97º 0.69% 0.79% -
XYZ 17.69 10.53 56.98 -
YUV 89.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 100 63 202 0.50 0.69 0 0.21 255.97 0.57 0.52
Hex 64 3F CA 32 45 0 15 100 39 34
Octal 144 77 312 62 105 0 25 400 71 64
Binary 1100100 111111 11001010 110010 1000101 0 10101 100000000 111001 110100

Color Harmonies of #643FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FCA

Black with #643FCA

Text Example


Text Example

White with #643FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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