Html Css Color HEX #6505C1 Purple Heart

📋 copy color: '#6505C1'

red 101 ◦ green 5 ◦ blue 193

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

Shades of Purple Heart #6505C1

Tints of Purple Heart #6505C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 193 (75.78% from 255) = 64.55%

R = 33.78%
G = 1.67%
B = 64.55%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6505C1 (or 0x6505C1) is known color: Purple Heart. HEX triplet: 65, 05 and C1. RGB value is (101,5,193). Sum of RGB (Red+Green+Blue) = 101+5+193=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #6505C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505C1 is #9AFA3E. Grayscale: #363636. Windows color (decimal): -10156607 or 12649829. OLE color: 12649829.

HSL color Cylindrical-coordinate representation of color #6505C1: hue angle of 270.64º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6505C1 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 5 193 -
CMYK 0.48 0.97 0 0.24
HSL 270.64º 0.95% 0.39% -
HSV(B) 270.64º 0.97% 0.76% -
XYZ 15.05 6.73 50.96 -
YUV 55.14 205.8 160.71 -
System Red Green Blue C M Y K H S L
Decimal 101 5 193 0.48 0.97 0 0.24 270.64 0.95 0.39
Hex 65 5 C1 30 61 0 18 10F 5F 27
Octal 145 5 301 60 141 0 30 417 137 47
Binary 1100101 101 11000001 110000 1100001 0 11000 100001111 1011111 100111

Color Harmonies of #6505C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505C1

Black with #6505C1

Text Example


Text Example

White with #6505C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6505C1; }

 p { color: rgb(101,5,193); }

 H1.HeaderClassName
 {
   color: #6505C1;
 }
 .AnyTagClassName
 {
   color: #6505C1;
 }
</style>

background-color css

<style>
 a { background-color: #6505C1; }

 a { background-color: rgb(101,5,193); }

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

border-color css

<style>
 span { border-color: #6505C1; }

 span { border-color: rgb(101,5,193); }

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