Html Css Color HEX #6741CF Purple Heart

📋 copy color: '#6741CF'

red 103 ◦ green 65 ◦ blue 207

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

Shades of Purple Heart #6741CF

Tints of Purple Heart #6741CF

RGB

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

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

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

R = 27.47%
G = 17.33%
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

#6741CF (or 0x6741CF) is known color: Purple Heart. HEX triplet: 67, 41 and CF. RGB value is (103,65,207). Sum of RGB (Red+Green+Blue) = 103+65+207=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 65 (25.78% from 255 or 17.33% 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 #6741CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6741CF is #98BE30. Grayscale: #5C5C5C. Windows color (decimal): -10010161 or 13582695. OLE color: 13582695.

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

Color convert

RGB 103 65 207 -
CMYK 0.50 0.69 0 0.19
HSL 256.06º 0.6% 0.53% -
HSV(B) 256.06º 0.69% 0.81% -
XYZ 18.75 11.17 60.2 -
YUV 92.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 103 65 207 0.50 0.69 0 0.19 256.06 0.6 0.53
Hex 67 41 CF 32 45 0 13 100 3C 35
Octal 147 101 317 62 105 0 23 400 74 65
Binary 1100111 1000001 11001111 110010 1000101 0 10011 100000000 111100 110101

Color Harmonies of #6741CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6741CF

Black with #6741CF

Text Example


Text Example

White with #6741CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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