Html Css Color HEX #6718AF Purple Heart

📋 copy color: '#6718AF'

red 103 ◦ green 24 ◦ blue 175

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

Shades of Purple Heart #6718AF

Tints of Purple Heart #6718AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.95%

R = 34.11%
G = 7.95%
B = 57.95%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6718AF (or 0x6718AF) is known color: Purple Heart. HEX triplet: 67, 18 and AF. RGB value is (103,24,175). Sum of RGB (Red+Green+Blue) = 103+24+175=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #6718AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6718AF is #98E750. Grayscale: #404040. Windows color (decimal): -10020689 or 11475047. OLE color: 11475047.

HSL color Cylindrical-coordinate representation of color #6718AF: hue angle of 271.39º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6718AF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 24 175 -
CMYK 0.41 0.86 0 0.31
HSL 271.39º 0.76% 0.39% -
HSV(B) 271.39º 0.86% 0.69% -
XYZ 13.66 6.63 41.12 -
YUV 64.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 103 24 175 0.41 0.86 0 0.31 271.39 0.76 0.39
Hex 67 18 AF 29 56 0 1F 10F 4C 27
Octal 147 30 257 51 126 0 37 417 114 47
Binary 1100111 11000 10101111 101001 1010110 0 11111 100001111 1001100 100111

Color Harmonies of #6718AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6718AF

Black with #6718AF

Text Example


Text Example

White with #6718AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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