Html Css Color HEX #6103BC Purple Heart

📋 copy color: '#6103BC'

red 97 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #6103BC

Tints of Purple Heart #6103BC

RGB

 RED value IS 97 (38.28% from 255) = 33.68%

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 33.68%
G = 1.04%
B = 65.28%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6103BC (or 0x6103BC) is known color: Purple Heart. HEX triplet: 61, 03 and BC. RGB value is (97,3,188). Sum of RGB (Red+Green+Blue) = 97+3+188=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #6103BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103BC is #9EFC43. Grayscale: #333333. Windows color (decimal): -10419268 or 12321633. OLE color: 12321633.

HSL color Cylindrical-coordinate representation of color #6103BC: hue angle of 270.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103BC is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 3 188 -
CMYK 0.48 0.98 0 0.26
HSL 270.49º 0.97% 0.37% -
HSV(B) 270.49º 0.98% 0.74% -
XYZ 14.04 6.24 48.04 -
YUV 52.2 204.64 159.96 -
System Red Green Blue C M Y K H S L
Decimal 97 3 188 0.48 0.98 0 0.26 270.49 0.97 0.37
Hex 61 3 BC 30 62 0 1A 10E 61 25
Octal 141 3 274 60 142 0 32 416 141 45
Binary 1100001 11 10111100 110000 1100010 0 11010 100001110 1100001 100101

Color Harmonies of #6103BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103BC

Black with #6103BC

Text Example


Text Example

White with #6103BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,3,188); }

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

background-color css

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

 a { background-color: rgb(97,3,188); }

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

border-color css

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

 span { border-color: rgb(97,3,188); }

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