Html Css Color HEX #6100B3 Purple Heart

📋 copy color: '#6100B3'

red 97 ◦ green 0 ◦ blue 179

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

Shades of Purple Heart #6100B3

Tints of Purple Heart #6100B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 64.86%

R = 35.14%
G = 0%
B = 64.86%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6100B3 (or 0x6100B3) is known color: Purple Heart. HEX triplet: 61, 00 and B3. RGB value is (97,0,179). Sum of RGB (Red+Green+Blue) = 97+0+179=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #6100B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100B3 is #9EFF4C. Grayscale: #303030. Windows color (decimal): -10420045 or 11731041. OLE color: 11731041.

HSL color Cylindrical-coordinate representation of color #6100B3: hue angle of 272.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100B3 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 0 179 -
CMYK 0.46 1 0 0.30
HSL 272.51º 1% 0.35% -
HSV(B) 272.51º 1% 0.7% -
XYZ 13.07 5.8 43.08 -
YUV 49.41 201.14 161.95 -
System Red Green Blue C M Y K H S L
Decimal 97 0 179 0.46 1 0 0.30 272.51 1 0.35
Hex 61 0 B3 2E 64 0 1E 111 64 23
Octal 141 0 263 56 144 0 36 421 144 43
Binary 1100001 0 10110011 101110 1100100 0 11110 100010001 1100100 100011

Color Harmonies of #6100B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100B3

Black with #6100B3

Text Example


Text Example

White with #6100B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6100B3; }

 p { color: rgb(97,0,179); }

 H1.HeaderClassName
 {
   color: #6100B3;
 }
 .AnyTagClassName
 {
   color: #6100B3;
 }
</style>

background-color css

<style>
 a { background-color: #6100B3; }

 a { background-color: rgb(97,0,179); }

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

border-color css

<style>
 span { border-color: #6100B3; }

 span { border-color: rgb(97,0,179); }

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