Html Css Color HEX #643CCF Purple Heart

📋 copy color: '#643CCF'

red 100 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #643CCF

Tints of Purple Heart #643CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 27.25%
G = 16.35%
B = 56.4%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#643CCF (or 0x643CCF) is known color: Purple Heart. HEX triplet: 64, 3C and CF. RGB value is (100,60,207). Sum of RGB (Red+Green+Blue) = 100+60+207=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #643CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CCF is #9BC330. Grayscale: #585858. Windows color (decimal): -10208049 or 13581412. OLE color: 13581412.

HSL color Cylindrical-coordinate representation of color #643CCF: hue angle of 256.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643CCF is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 60 207 -
CMYK 0.52 0.71 0 0.19
HSL 256.33º 0.6% 0.52% -
HSV(B) 256.33º 0.71% 0.81% -
XYZ 18.13 10.45 60.09 -
YUV 88.72 194.75 136.05 -
System Red Green Blue C M Y K H S L
Decimal 100 60 207 0.52 0.71 0 0.19 256.33 0.6 0.52
Hex 64 3C CF 34 47 0 13 100 3C 34
Octal 144 74 317 64 107 0 23 400 74 64
Binary 1100100 111100 11001111 110100 1000111 0 10011 100000000 111100 110100

Color Harmonies of #643CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CCF

Black with #643CCF

Text Example


Text Example

White with #643CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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