Html Css Color HEX #6517CF Purple Heart

📋 copy color: '#6517CF'

red 101 ◦ green 23 ◦ blue 207

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

Shades of Purple Heart #6517CF

Tints of Purple Heart #6517CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

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

R = 30.51%
G = 6.95%
B = 62.54%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6517CF (or 0x6517CF) is known color: Purple Heart. HEX triplet: 65, 17 and CF. RGB value is (101,23,207). Sum of RGB (Red+Green+Blue) = 101+23+207=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6517CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6517CF is #9AE830. Grayscale: #424242. Windows color (decimal): -10151985 or 13571941. OLE color: 13571941.

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

Color convert

RGB 101 23 207 -
CMYK 0.51 0.89 0 0.19
HSL 265.43º 0.8% 0.45% -
HSV(B) 265.43º 0.89% 0.81% -
XYZ 16.94 7.88 59.66 -
YUV 67.3 206.84 152.04 -
System Red Green Blue C M Y K H S L
Decimal 101 23 207 0.51 0.89 0 0.19 265.43 0.8 0.45
Hex 65 17 CF 33 59 0 13 109 50 2D
Octal 145 27 317 63 131 0 23 411 120 55
Binary 1100101 10111 11001111 110011 1011001 0 10011 100001001 1010000 101101

Color Harmonies of #6517CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517CF

Black with #6517CF

Text Example


Text Example

White with #6517CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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