Html Css Color HEX #6541D0 Purple Heart

📋 copy color: '#6541D0'

red 101 ◦ green 65 ◦ blue 208

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

Shades of Purple Heart #6541D0

Tints of Purple Heart #6541D0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 27.01%
G = 17.38%
B = 55.61%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6541D0 (or 0x6541D0) is known color: Purple Heart. HEX triplet: 65, 41 and D0. RGB value is (101,65,208). Sum of RGB (Red+Green+Blue) = 101+65+208=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #6541D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541D0 is #9ABE2F. Grayscale: #5B5B5B. Windows color (decimal): -10141232 or 13648229. OLE color: 13648229.

HSL color Cylindrical-coordinate representation of color #6541D0: hue angle of 255.1º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6541D0 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 65 208 -
CMYK 0.51 0.69 0 0.18
HSL 255.1º 0.6% 0.54% -
HSV(B) 255.1º 0.69% 0.82% -
XYZ 18.64 11.1 60.83 -
YUV 92.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 101 65 208 0.51 0.69 0 0.18 255.1 0.6 0.54
Hex 65 41 D0 33 45 0 12 FF 3C 36
Octal 145 101 320 63 105 0 22 377 74 66
Binary 1100101 1000001 11010000 110011 1000101 0 10010 11111111 111100 110110

Color Harmonies of #6541D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541D0

Black with #6541D0

Text Example


Text Example

White with #6541D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6541D0; }

 p { color: rgb(101,65,208); }

 H1.HeaderClassName
 {
   color: #6541D0;
 }
 .AnyTagClassName
 {
   color: #6541D0;
 }
</style>

background-color css

<style>
 a { background-color: #6541D0; }

 a { background-color: rgb(101,65,208); }

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

border-color css

<style>
 span { border-color: #6541D0; }

 span { border-color: rgb(101,65,208); }

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