Html Css Color HEX #640BCC Purple Heart

📋 copy color: '#640BCC'

red 100 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #640BCC

Tints of Purple Heart #640BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

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

R = 31.75%
G = 3.49%
B = 64.76%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#640BCC (or 0x640BCC) is known color: Purple Heart. HEX triplet: 64, 0B and CC. RGB value is (100,11,204). Sum of RGB (Red+Green+Blue) = 100+11+204=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #640BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BCC is #9BF433. Grayscale: #3A3A3A. Windows color (decimal): -10220596 or 13372260. OLE color: 13372260.

HSL color Cylindrical-coordinate representation of color #640BCC: hue angle of 267.67º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BCC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 11 204 -
CMYK 0.51 0.95 0 0.2
HSL 267.67º 0.9% 0.42% -
HSV(B) 267.67º 0.95% 0.8% -
XYZ 16.27 7.31 57.68 -
YUV 59.61 209.49 156.81 -
System Red Green Blue C M Y K H S L
Decimal 100 11 204 0.51 0.95 0 0.2 267.67 0.9 0.42
Hex 64 B CC 33 5F 0 14 10C 5A 2A
Octal 144 13 314 63 137 0 24 414 132 52
Binary 1100100 1011 11001100 110011 1011111 0 10100 100001100 1011010 101010

Color Harmonies of #640BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BCC

Black with #640BCC

Text Example


Text Example

White with #640BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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