Html Css Color HEX #6518AF Purple Heart

📋 copy color: '#6518AF'

red 101 ◦ green 24 ◦ blue 175

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

Shades of Purple Heart #6518AF

Tints of Purple Heart #6518AF

RGB

 RED value IS 101 (39.84% from 255) = 33.67%

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

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

R = 33.67%
G = 8%
B = 58.33%

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

#6518AF (or 0x6518AF) is known color: Purple Heart. HEX triplet: 65, 18 and AF. RGB value is (101,24,175). Sum of RGB (Red+Green+Blue) = 101+24+175=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #6518AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518AF is #9AE750. Grayscale: #3F3F3F. Windows color (decimal): -10151761 or 11475045. OLE color: 11475045.

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

Color convert

RGB 101 24 175 -
CMYK 0.42 0.86 0 0.31
HSL 270.6º 0.76% 0.39% -
HSV(B) 270.6º 0.86% 0.69% -
XYZ 13.43 6.52 41.11 -
YUV 64.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 101 24 175 0.42 0.86 0 0.31 270.6 0.76 0.39
Hex 65 18 AF 2A 56 0 1F 10F 4C 27
Octal 145 30 257 52 126 0 37 417 114 47
Binary 1100101 11000 10101111 101010 1010110 0 11111 100001111 1001100 100111

Color Harmonies of #6518AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518AF

Black with #6518AF

Text Example


Text Example

White with #6518AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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