Html Css Color HEX #640CBC Purple Heart

📋 copy color: '#640CBC'

red 100 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #640CBC

Tints of Purple Heart #640CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4%

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 33.33%
G = 4%
B = 62.67%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#640CBC (or 0x640CBC) is known color: Purple Heart. HEX triplet: 64, 0C and BC. RGB value is (100,12,188). Sum of RGB (Red+Green+Blue) = 100+12+188=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #640CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CBC is #9BF343. Grayscale: #393939. Windows color (decimal): -10220356 or 12323940. OLE color: 12323940.

HSL color Cylindrical-coordinate representation of color #640CBC: hue angle of 270º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640CBC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 12 188 -
CMYK 0.47 0.94 0 0.26
HSL 270º 0.88% 0.39% -
HSV(B) 270º 0.94% 0.74% -
XYZ 14.46 6.6 48.09 -
YUV 58.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 100 12 188 0.47 0.94 0 0.26 270 0.88 0.39
Hex 64 C BC 2F 5E 0 1A 10E 58 27
Octal 144 14 274 57 136 0 32 416 130 47
Binary 1100100 1100 10111100 101111 1011110 0 11010 100001110 1011000 100111

Color Harmonies of #640CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CBC

Black with #640CBC

Text Example


Text Example

White with #640CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640CBC; }

 p { color: rgb(100,12,188); }

 H1.HeaderClassName
 {
   color: #640CBC;
 }
 .AnyTagClassName
 {
   color: #640CBC;
 }
</style>

background-color css

<style>
 a { background-color: #640CBC; }

 a { background-color: rgb(100,12,188); }

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

border-color css

<style>
 span { border-color: #640CBC; }

 span { border-color: rgb(100,12,188); }

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