Html Css Color HEX #6214CD Purple Heart

📋 copy color: '#6214CD'

red 98 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #6214CD

Tints of Purple Heart #6214CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

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

R = 30.34%
G = 6.19%
B = 63.47%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6214CD (or 0x6214CD) is known color: Purple Heart. HEX triplet: 62, 14 and CD. RGB value is (98,20,205). Sum of RGB (Red+Green+Blue) = 98+20+205=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #6214CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214CD is #9DEB32. Grayscale: #3F3F3F. Windows color (decimal): -10349363 or 13440098. OLE color: 13440098.

HSL color Cylindrical-coordinate representation of color #6214CD: hue angle of 265.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6214CD is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 20 205 -
CMYK 0.52 0.90 0 0.20
HSL 265.3º 0.82% 0.44% -
HSV(B) 265.3º 0.9% 0.8% -
XYZ 16.31 7.5 58.35 -
YUV 64.41 207.34 151.96 -
System Red Green Blue C M Y K H S L
Decimal 98 20 205 0.52 0.90 0 0.20 265.3 0.82 0.44
Hex 62 14 CD 34 5A 0 14 109 52 2C
Octal 142 24 315 64 132 0 24 411 122 54
Binary 1100010 10100 11001101 110100 1011010 0 10100 100001001 1010010 101100

Color Harmonies of #6214CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6214CD

Black with #6214CD

Text Example


Text Example

White with #6214CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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