Html Css Color HEX #6518CF Purple Heart

📋 copy color: '#6518CF'

red 101 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6518CF

Tints of Purple Heart #6518CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.35%

R = 30.42%
G = 7.23%
B = 62.35%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6518CF (or 0x6518CF) is known color: Purple Heart. HEX triplet: 65, 18 and CF. RGB value is (101,24,207). Sum of RGB (Red+Green+Blue) = 101+24+207=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #6518CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518CF is #9AE730. Grayscale: #434343. Windows color (decimal): -10151729 or 13572197. OLE color: 13572197.

HSL color Cylindrical-coordinate representation of color #6518CF: hue angle of 265.25º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6518CF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 24 207 -
CMYK 0.51 0.88 0 0.19
HSL 265.25º 0.79% 0.45% -
HSV(B) 265.25º 0.88% 0.81% -
XYZ 16.96 7.92 59.67 -
YUV 67.89 206.51 151.62 -
System Red Green Blue C M Y K H S L
Decimal 101 24 207 0.51 0.88 0 0.19 265.25 0.79 0.45
Hex 65 18 CF 33 58 0 13 109 4F 2D
Octal 145 30 317 63 130 0 23 411 117 55
Binary 1100101 11000 11001111 110011 1011000 0 10011 100001001 1001111 101101

Color Harmonies of #6518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518CF

Black with #6518CF

Text Example


Text Example

White with #6518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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