Html Css Color HEX #6618AF Purple Heart

📋 copy color: '#6618AF'

red 102 ◦ green 24 ◦ blue 175

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

Shades of Purple Heart #6618AF

Tints of Purple Heart #6618AF

RGB

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

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

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

R = 33.89%
G = 7.97%
B = 58.14%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6618AF (or 0x6618AF) is known color: Purple Heart. HEX triplet: 66, 18 and AF. RGB value is (102,24,175). Sum of RGB (Red+Green+Blue) = 102+24+175=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #6618AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6618AF is #99E750. Grayscale: #404040. Windows color (decimal): -10086225 or 11475046. OLE color: 11475046.

HSL color Cylindrical-coordinate representation of color #6618AF: hue angle of 270.99º 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 #6618AF is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 24 175 -
CMYK 0.42 0.86 0 0.31
HSL 270.99º 0.76% 0.39% -
HSV(B) 270.99º 0.86% 0.69% -
XYZ 13.54 6.57 41.11 -
YUV 64.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 102 24 175 0.42 0.86 0 0.31 270.99 0.76 0.39
Hex 66 18 AF 2A 56 0 1F 10F 4C 27
Octal 146 30 257 52 126 0 37 417 114 47
Binary 1100110 11000 10101111 101010 1010110 0 11111 100001111 1001100 100111

Color Harmonies of #6618AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618AF

Black with #6618AF

Text Example


Text Example

White with #6618AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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