Html Css Color HEX #6613AF Purple Heart

📋 copy color: '#6613AF'

red 102 ◦ green 19 ◦ blue 175

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

Shades of Purple Heart #6613AF

Tints of Purple Heart #6613AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 34.46%
G = 6.42%
B = 59.12%

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

#6613AF (or 0x6613AF) is known color: Purple Heart. HEX triplet: 66, 13 and AF. RGB value is (102,19,175). Sum of RGB (Red+Green+Blue) = 102+19+175=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #6613AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6613AF is #99EC50. Grayscale: #3D3D3D. Windows color (decimal): -10087505 or 11473766. OLE color: 11473766.

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

Color convert

RGB 102 19 175 -
CMYK 0.42 0.89 0 0.31
HSL 271.92º 0.8% 0.38% -
HSV(B) 271.92º 0.89% 0.69% -
XYZ 13.45 6.39 41.08 -
YUV 61.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 102 19 175 0.42 0.89 0 0.31 271.92 0.8 0.38
Hex 66 13 AF 2A 59 0 1F 110 50 26
Octal 146 23 257 52 131 0 37 420 120 46
Binary 1100110 10011 10101111 101010 1011001 0 11111 100010000 1010000 100110

Color Harmonies of #6613AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6613AF

Black with #6613AF

Text Example


Text Example

White with #6613AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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