Html Css Color HEX #6718AB Purple Heart

📋 copy color: '#6718AB'

red 103 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #6718AB

Tints of Purple Heart #6718AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 34.56%
G = 8.05%
B = 57.38%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6718AB (or 0x6718AB) is known color: Purple Heart. HEX triplet: 67, 18 and AB. RGB value is (103,24,171). Sum of RGB (Red+Green+Blue) = 103+24+171=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #6718AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6718AB is #98E754. Grayscale: #3F3F3F. Windows color (decimal): -10020693 or 11212903. OLE color: 11212903.

HSL color Cylindrical-coordinate representation of color #6718AB: hue angle of 272.24º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6718AB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 24 171 -
CMYK 0.40 0.86 0 0.33
HSL 272.24º 0.75% 0.38% -
HSV(B) 272.24º 0.86% 0.67% -
XYZ 13.27 6.48 39.08 -
YUV 64.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 103 24 171 0.40 0.86 0 0.33 272.24 0.75 0.38
Hex 67 18 AB 28 56 0 21 110 4B 26
Octal 147 30 253 50 126 0 41 420 113 46
Binary 1100111 11000 10101011 101000 1010110 0 100001 100010000 1001011 100110

Color Harmonies of #6718AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6718AB

Black with #6718AB

Text Example


Text Example

White with #6718AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6718AB; }

 p { color: rgb(103,24,171); }

 H1.HeaderClassName
 {
   color: #6718AB;
 }
 .AnyTagClassName
 {
   color: #6718AB;
 }
</style>

background-color css

<style>
 a { background-color: #6718AB; }

 a { background-color: rgb(103,24,171); }

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

border-color css

<style>
 span { border-color: #6718AB; }

 span { border-color: rgb(103,24,171); }

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