Html Css Color HEX #6041BC Purple Heart

📋 copy color: '#6041BC'

red 96 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #6041BC

Tints of Purple Heart #6041BC

RGB

 RED value IS 96 (37.89% from 255) = 27.51%

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 27.51%
G = 18.62%
B = 53.87%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6041BC (or 0x6041BC) is known color: Purple Heart. HEX triplet: 60, 41 and BC. RGB value is (96,65,188). Sum of RGB (Red+Green+Blue) = 96+65+188=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #6041BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041BC is #9FBE43. Grayscale: #575757. Windows color (decimal): -10468932 or 12337504. OLE color: 12337504.

HSL color Cylindrical-coordinate representation of color #6041BC: hue angle of 255.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6041BC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 65 188 -
CMYK 0.49 0.65 0 0.26
HSL 255.12º 0.49% 0.5% -
HSV(B) 255.12º 0.65% 0.74% -
XYZ 15.79 9.9 48.66 -
YUV 88.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 96 65 188 0.49 0.65 0 0.26 255.12 0.49 0.5
Hex 60 41 BC 31 41 0 1A FF 31 32
Octal 140 101 274 61 101 0 32 377 61 62
Binary 1100000 1000001 10111100 110001 1000001 0 11010 11111111 110001 110010

Color Harmonies of #6041BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041BC

Black with #6041BC

Text Example


Text Example

White with #6041BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6041BC; }

 p { color: rgb(96,65,188); }

 H1.HeaderClassName
 {
   color: #6041BC;
 }
 .AnyTagClassName
 {
   color: #6041BC;
 }
</style>

background-color css

<style>
 a { background-color: #6041BC; }

 a { background-color: rgb(96,65,188); }

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

border-color css

<style>
 span { border-color: #6041BC; }

 span { border-color: rgb(96,65,188); }

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