Html Css Color HEX #6107BB Purple Heart

📋 copy color: '#6107BB'

red 97 ◦ green 7 ◦ blue 187

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

Shades of Purple Heart #6107BB

Tints of Purple Heart #6107BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 33.33%
G = 2.41%
B = 64.26%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6107BB (or 0x6107BB) is known color: Purple Heart. HEX triplet: 61, 07 and BB. RGB value is (97,7,187). Sum of RGB (Red+Green+Blue) = 97+7+187=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #6107BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107BB is #9EF844. Grayscale: #353535. Windows color (decimal): -10418245 or 12257121. OLE color: 12257121.

HSL color Cylindrical-coordinate representation of color #6107BB: hue angle of 270º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6107BB is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 7 187 -
CMYK 0.48 0.96 0 0.27
HSL 270º 0.93% 0.38% -
HSV(B) 270º 0.96% 0.73% -
XYZ 13.98 6.28 47.49 -
YUV 54.43 202.82 158.36 -
System Red Green Blue C M Y K H S L
Decimal 97 7 187 0.48 0.96 0 0.27 270 0.93 0.38
Hex 61 7 BB 30 60 0 1B 10E 5D 26
Octal 141 7 273 60 140 0 33 416 135 46
Binary 1100001 111 10111011 110000 1100000 0 11011 100001110 1011101 100110

Color Harmonies of #6107BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6107BB

Black with #6107BB

Text Example


Text Example

White with #6107BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6107BB; }

 p { color: rgb(97,7,187); }

 H1.HeaderClassName
 {
   color: #6107BB;
 }
 .AnyTagClassName
 {
   color: #6107BB;
 }
</style>

background-color css

<style>
 a { background-color: #6107BB; }

 a { background-color: rgb(97,7,187); }

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

border-color css

<style>
 span { border-color: #6107BB; }

 span { border-color: rgb(97,7,187); }

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