Html Css Color HEX #6201BE Purple Heart

📋 copy color: '#6201BE'

red 98 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #6201BE

Tints of Purple Heart #6201BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 33.91%
G = 0.35%
B = 65.74%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6201BE (or 0x6201BE) is known color: Purple Heart. HEX triplet: 62, 01 and BE. RGB value is (98,1,190). Sum of RGB (Red+Green+Blue) = 98+1+190=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #6201BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201BE is #9DFE41. Grayscale: #323232. Windows color (decimal): -10354242 or 12452194. OLE color: 12452194.

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

Color convert

RGB 98 1 190 -
CMYK 0.48 0.99 0 0.25
HSL 270.79º 0.99% 0.37% -
HSV(B) 270.79º 0.99% 0.75% -
XYZ 14.34 6.34 49.18 -
YUV 51.55 206.14 161.13 -
System Red Green Blue C M Y K H S L
Decimal 98 1 190 0.48 0.99 0 0.25 270.79 0.99 0.37
Hex 62 1 BE 30 63 0 19 10F 63 25
Octal 142 1 276 60 143 0 31 417 143 45
Binary 1100010 1 10111110 110000 1100011 0 11001 100001111 1100011 100101

Color Harmonies of #6201BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201BE

Black with #6201BE

Text Example


Text Example

White with #6201BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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