Html Css Color HEX #643DCC Purple Heart

📋 copy color: '#643DCC'

red 100 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #643DCC

Tints of Purple Heart #643DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

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

R = 27.4%
G = 16.71%
B = 55.89%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#643DCC (or 0x643DCC) is known color: Purple Heart. HEX triplet: 64, 3D and CC. RGB value is (100,61,204). Sum of RGB (Red+Green+Blue) = 100+61+204=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #643DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DCC is #9BC233. Grayscale: #585858. Windows color (decimal): -10207796 or 13385060. OLE color: 13385060.

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

Color convert

RGB 100 61 204 -
CMYK 0.51 0.70 0 0.2
HSL 256.36º 0.58% 0.52% -
HSV(B) 256.36º 0.7% 0.8% -
XYZ 17.82 10.41 58.2 -
YUV 88.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 100 61 204 0.51 0.70 0 0.2 256.36 0.58 0.52
Hex 64 3D CC 33 46 0 14 100 3A 34
Octal 144 75 314 63 106 0 24 400 72 64
Binary 1100100 111101 11001100 110011 1000110 0 10100 100000000 111010 110100

Color Harmonies of #643DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DCC

Black with #643DCC

Text Example


Text Example

White with #643DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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