Html Css Color HEX #6741CC Purple Heart

📋 copy color: '#6741CC'

red 103 ◦ green 65 ◦ blue 204

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

Shades of Purple Heart #6741CC

Tints of Purple Heart #6741CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 27.69%
G = 17.47%
B = 54.84%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6741CC (or 0x6741CC) is known color: Purple Heart. HEX triplet: 67, 41 and CC. RGB value is (103,65,204). Sum of RGB (Red+Green+Blue) = 103+65+204=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6741CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6741CC is #98BE33. Grayscale: #5B5B5B. Windows color (decimal): -10010164 or 13386087. OLE color: 13386087.

HSL color Cylindrical-coordinate representation of color #6741CC: hue angle of 256.4º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6741CC is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 65 204 -
CMYK 0.50 0.68 0 0.2
HSL 256.4º 0.58% 0.53% -
HSV(B) 256.4º 0.68% 0.8% -
XYZ 18.38 11.02 58.29 -
YUV 92.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 103 65 204 0.50 0.68 0 0.2 256.4 0.58 0.53
Hex 67 41 CC 32 44 0 14 100 3A 35
Octal 147 101 314 62 104 0 24 400 72 65
Binary 1100111 1000001 11001100 110010 1000100 0 10100 100000000 111010 110101

Color Harmonies of #6741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6741CC

Black with #6741CC

Text Example


Text Example

White with #6741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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