Html Css Color HEX #6740CD Purple Heart

📋 copy color: '#6740CD'

red 103 ◦ green 64 ◦ blue 205

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

Shades of Purple Heart #6740CD

Tints of Purple Heart #6740CD

RGB

 RED value IS 103 (40.63% from 255) = 27.69%

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

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 27.69%
G = 17.2%
B = 55.11%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6740CD (or 0x6740CD) is known color: Purple Heart. HEX triplet: 67, 40 and CD. RGB value is (103,64,205). Sum of RGB (Red+Green+Blue) = 103+64+205=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #6740CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6740CD is #98BF32. Grayscale: #5B5B5B. Windows color (decimal): -10010419 or 13451367. OLE color: 13451367.

HSL color Cylindrical-coordinate representation of color #6740CD: hue angle of 256.6º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6740CD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 64 205 -
CMYK 0.50 0.69 0 0.20
HSL 256.6º 0.59% 0.53% -
HSV(B) 256.6º 0.69% 0.8% -
XYZ 18.45 10.96 58.9 -
YUV 91.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 103 64 205 0.50 0.69 0 0.20 256.6 0.59 0.53
Hex 67 40 CD 32 45 0 14 101 3B 35
Octal 147 100 315 62 105 0 24 401 73 65
Binary 1100111 1000000 11001101 110010 1000101 0 10100 100000001 111011 110101

Color Harmonies of #6740CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740CD

Black with #6740CD

Text Example


Text Example

White with #6740CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6740CD; }

 p { color: rgb(103,64,205); }

 H1.HeaderClassName
 {
   color: #6740CD;
 }
 .AnyTagClassName
 {
   color: #6740CD;
 }
</style>

background-color css

<style>
 a { background-color: #6740CD; }

 a { background-color: rgb(103,64,205); }

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

border-color css

<style>
 span { border-color: #6740CD; }

 span { border-color: rgb(103,64,205); }

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