Html Css Color HEX #6741C6 Purple Heart

📋 copy color: '#6741C6'

red 103 ◦ green 65 ◦ blue 198

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

Shades of Purple Heart #6741C6

Tints of Purple Heart #6741C6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 28.14%
G = 17.76%
B = 54.1%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6741C6 (or 0x6741C6) is known color: Purple Heart. HEX triplet: 67, 41 and C6. RGB value is (103,65,198). Sum of RGB (Red+Green+Blue) = 103+65+198=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #6741C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6741C6 is #98BE39. Grayscale: #5B5B5B. Windows color (decimal): -10010170 or 12992871. OLE color: 12992871.

HSL color Cylindrical-coordinate representation of color #6741C6: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6741C6 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 65 198 -
CMYK 0.48 0.67 0 0.22
HSL 257.14º 0.54% 0.52% -
HSV(B) 257.14º 0.67% 0.78% -
XYZ 17.68 10.74 54.57 -
YUV 91.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 103 65 198 0.48 0.67 0 0.22 257.14 0.54 0.52
Hex 67 41 C6 30 43 0 16 101 36 34
Octal 147 101 306 60 103 0 26 401 66 64
Binary 1100111 1000001 11000110 110000 1000011 0 10110 100000001 110110 110100

Color Harmonies of #6741C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6741C6

Black with #6741C6

Text Example


Text Example

White with #6741C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6741C6; }

 p { color: rgb(103,65,198); }

 H1.HeaderClassName
 {
   color: #6741C6;
 }
 .AnyTagClassName
 {
   color: #6741C6;
 }
</style>

background-color css

<style>
 a { background-color: #6741C6; }

 a { background-color: rgb(103,65,198); }

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

border-color css

<style>
 span { border-color: #6741C6; }

 span { border-color: rgb(103,65,198); }

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