Html Css Color HEX #6840CF Purple Heart

📋 copy color: '#6840CF'

red 104 ◦ green 64 ◦ blue 207

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

Shades of Purple Heart #6840CF

Tints of Purple Heart #6840CF

RGB

 RED value IS 104 (41.02% from 255) = 27.73%

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

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

R = 27.73%
G = 17.07%
B = 55.2%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6840CF (or 0x6840CF) is known color: Purple Heart. HEX triplet: 68, 40 and CF. RGB value is (104,64,207). Sum of RGB (Red+Green+Blue) = 104+64+207=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6840CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840CF is #97BF30. Grayscale: #5B5B5B. Windows color (decimal): -9944881 or 13582440. OLE color: 13582440.

HSL color Cylindrical-coordinate representation of color #6840CF: hue angle of 256.78º 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 #6840CF is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 64 207 -
CMYK 0.50 0.69 0 0.19
HSL 256.78º 0.6% 0.53% -
HSV(B) 256.78º 0.69% 0.81% -
XYZ 18.8 11.11 60.19 -
YUV 92.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 104 64 207 0.50 0.69 0 0.19 256.78 0.6 0.53
Hex 68 40 CF 32 45 0 13 101 3C 35
Octal 150 100 317 62 105 0 23 401 74 65
Binary 1101000 1000000 11001111 110010 1000101 0 10011 100000001 111100 110101

Color Harmonies of #6840CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6840CF

Black with #6840CF

Text Example


Text Example

White with #6840CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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