Html Css Color HEX #6201BD Purple Heart

📋 copy color: '#6201BD'

red 98 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #6201BD

Tints of Purple Heart #6201BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 34.03%
G = 0.35%
B = 65.63%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6201BD (or 0x6201BD) is known color: Purple Heart. HEX triplet: 62, 01 and BD. RGB value is (98,1,189). Sum of RGB (Red+Green+Blue) = 98+1+189=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #6201BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201BD is #9DFE42. Grayscale: #323232. Windows color (decimal): -10354243 or 12386658. OLE color: 12386658.

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

Color convert

RGB 98 1 189 -
CMYK 0.48 0.99 0 0.26
HSL 270.96º 0.99% 0.37% -
HSV(B) 270.96º 0.99% 0.74% -
XYZ 14.23 6.29 48.61 -
YUV 51.44 205.64 161.21 -
System Red Green Blue C M Y K H S L
Decimal 98 1 189 0.48 0.99 0 0.26 270.96 0.99 0.37
Hex 62 1 BD 30 63 0 1A 10F 63 25
Octal 142 1 275 60 143 0 32 417 143 45
Binary 1100010 1 10111101 110000 1100011 0 11010 100001111 1100011 100101

Color Harmonies of #6201BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201BD

Black with #6201BD

Text Example


Text Example

White with #6201BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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