Html Css Color HEX #6614AF Purple Heart

📋 copy color: '#6614AF'

red 102 ◦ green 20 ◦ blue 175

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

Shades of Purple Heart #6614AF

Tints of Purple Heart #6614AF

RGB

 RED value IS 102 (40.23% from 255) = 34.34%

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 34.34%
G = 6.73%
B = 58.92%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6614AF (or 0x6614AF) is known color: Purple Heart. HEX triplet: 66, 14 and AF. RGB value is (102,20,175). Sum of RGB (Red+Green+Blue) = 102+20+175=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #6614AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6614AF is #99EB50. Grayscale: #3D3D3D. Windows color (decimal): -10087249 or 11474022. OLE color: 11474022.

HSL color Cylindrical-coordinate representation of color #6614AF: hue angle of 271.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6614AF is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 20 175 -
CMYK 0.42 0.89 0 0.31
HSL 271.74º 0.79% 0.38% -
HSV(B) 271.74º 0.89% 0.69% -
XYZ 13.47 6.42 41.09 -
YUV 62.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 102 20 175 0.42 0.89 0 0.31 271.74 0.79 0.38
Hex 66 14 AF 2A 59 0 1F 110 4F 26
Octal 146 24 257 52 131 0 37 420 117 46
Binary 1100110 10100 10101111 101010 1011001 0 11111 100010000 1001111 100110

Color Harmonies of #6614AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6614AF

Black with #6614AF

Text Example


Text Example

White with #6614AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,20,175); }

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

background-color css

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

 a { background-color: rgb(102,20,175); }

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

border-color css

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

 span { border-color: rgb(102,20,175); }

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