Html Css Color HEX #6201BF Purple Heart

📋 copy color: '#6201BF'

red 98 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #6201BF

Tints of Purple Heart #6201BF

RGB

 RED value IS 98 (38.67% from 255) = 33.79%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 191 (75% from 255) = 65.86%

R = 33.79%
G = 0.34%
B = 65.86%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6201BF (or 0x6201BF) is known color: Purple Heart. HEX triplet: 62, 01 and BF. RGB value is (98,1,191). Sum of RGB (Red+Green+Blue) = 98+1+191=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #6201BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201BF is #9DFE40. Grayscale: #333333. Windows color (decimal): -10354241 or 12517730. OLE color: 12517730.

HSL color Cylindrical-coordinate representation of color #6201BF: hue angle of 270.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6201BF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 1 191 -
CMYK 0.49 0.99 0 0.25
HSL 270.63º 0.99% 0.38% -
HSV(B) 270.63º 0.99% 0.75% -
XYZ 14.45 6.38 49.76 -
YUV 51.66 206.64 161.05 -
System Red Green Blue C M Y K H S L
Decimal 98 1 191 0.49 0.99 0 0.25 270.63 0.99 0.38
Hex 62 1 BF 31 63 0 19 10F 63 26
Octal 142 1 277 61 143 0 31 417 143 46
Binary 1100010 1 10111111 110001 1100011 0 11001 100001111 1100011 100110

Color Harmonies of #6201BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201BF

Black with #6201BF

Text Example


Text Example

White with #6201BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6201BF; }

 p { color: rgb(98,1,191); }

 H1.HeaderClassName
 {
   color: #6201BF;
 }
 .AnyTagClassName
 {
   color: #6201BF;
 }
</style>

background-color css

<style>
 a { background-color: #6201BF; }

 a { background-color: rgb(98,1,191); }

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

border-color css

<style>
 span { border-color: #6201BF; }

 span { border-color: rgb(98,1,191); }

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