Html Css Color HEX #6201CD Purple Heart

📋 copy color: '#6201CD'

red 98 ◦ green 1 ◦ blue 205

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

Shades of Purple Heart #6201CD

Tints of Purple Heart #6201CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 32.24%
G = 0.33%
B = 67.43%

CMYK

 C value IS 0.52

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6201CD (or 0x6201CD) is known color: Purple Heart. HEX triplet: 62, 01 and CD. RGB value is (98,1,205). Sum of RGB (Red+Green+Blue) = 98+1+205=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #6201CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201CD is #9DFE32. Grayscale: #343434. Windows color (decimal): -10354227 or 13435234. OLE color: 13435234.

HSL color Cylindrical-coordinate representation of color #6201CD: hue angle of 268.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201CD is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 1 205 -
CMYK 0.52 1.00 0 0.20
HSL 268.53º 0.99% 0.4% -
HSV(B) 268.53º 1% 0.8% -
XYZ 16.07 7.03 58.27 -
YUV 53.26 213.64 159.91 -
System Red Green Blue C M Y K H S L
Decimal 98 1 205 0.52 1.00 0 0.20 268.53 0.99 0.4
Hex 62 1 CD 34 64 0 14 10D 63 28
Octal 142 1 315 64 144 0 24 415 143 50
Binary 1100010 1 11001101 110100 1100100 0 10100 100001101 1100011 101000

Color Harmonies of #6201CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201CD

Black with #6201CD

Text Example


Text Example

White with #6201CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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