Html Css Color HEX #643CCA Purple Heart

📋 copy color: '#643CCA'

red 100 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #643CCA

Tints of Purple Heart #643CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 27.62%
G = 16.57%
B = 55.8%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#643CCA (or 0x643CCA) is known color: Purple Heart. HEX triplet: 64, 3C and CA. RGB value is (100,60,202). Sum of RGB (Red+Green+Blue) = 100+60+202=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #643CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CCA is #9BC335. Grayscale: #575757. Windows color (decimal): -10208054 or 13253732. OLE color: 13253732.

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

Color convert

RGB 100 60 202 -
CMYK 0.50 0.70 0 0.21
HSL 256.9º 0.57% 0.51% -
HSV(B) 256.9º 0.7% 0.79% -
XYZ 17.53 10.21 56.92 -
YUV 88.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 100 60 202 0.50 0.70 0 0.21 256.9 0.57 0.51
Hex 64 3C CA 32 46 0 15 101 39 33
Octal 144 74 312 62 106 0 25 401 71 63
Binary 1100100 111100 11001010 110010 1000110 0 10101 100000001 111001 110011

Color Harmonies of #643CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CCA

Black with #643CCA

Text Example


Text Example

White with #643CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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