Html Css Color HEX #6440CF Purple Heart

📋 copy color: '#6440CF'

red 100 ◦ green 64 ◦ blue 207

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

Shades of Purple Heart #6440CF

Tints of Purple Heart #6440CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

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

R = 26.95%
G = 17.25%
B = 55.8%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6440CF (or 0x6440CF) is known color: Purple Heart. HEX triplet: 64, 40 and CF. RGB value is (100,64,207). Sum of RGB (Red+Green+Blue) = 100+64+207=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #6440CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440CF is #9BBF30. Grayscale: #5A5A5A. Windows color (decimal): -10207025 or 13582436. OLE color: 13582436.

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

Color convert

RGB 100 64 207 -
CMYK 0.52 0.69 0 0.19
HSL 255.1º 0.6% 0.53% -
HSV(B) 255.1º 0.69% 0.81% -
XYZ 18.35 10.88 60.16 -
YUV 91.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 100 64 207 0.52 0.69 0 0.19 255.1 0.6 0.53
Hex 64 40 CF 34 45 0 13 FF 3C 35
Octal 144 100 317 64 105 0 23 377 74 65
Binary 1100100 1000000 11001111 110100 1000101 0 10011 11111111 111100 110101

Color Harmonies of #6440CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6440CF

Black with #6440CF

Text Example


Text Example

White with #6440CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6440CF; }

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

 H1.HeaderClassName
 {
   color: #6440CF;
 }
 .AnyTagClassName
 {
   color: #6440CF;
 }
</style>

background-color css

<style>
 a { background-color: #6440CF; }

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

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

border-color css

<style>
 span { border-color: #6440CF; }

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

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