Html Css Color HEX #6217CC Purple Heart

📋 copy color: '#6217CC'

red 98 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #6217CC

Tints of Purple Heart #6217CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 30.15%
G = 7.08%
B = 62.77%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6217CC (or 0x6217CC) is known color: Purple Heart. HEX triplet: 62, 17 and CC. RGB value is (98,23,204). Sum of RGB (Red+Green+Blue) = 98+23+204=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #6217CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217CC is #9DE833. Grayscale: #414141. Windows color (decimal): -10348596 or 13375330. OLE color: 13375330.

HSL color Cylindrical-coordinate representation of color #6217CC: hue angle of 264.86º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6217CC is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 23 204 -
CMYK 0.52 0.89 0 0.2
HSL 264.86º 0.8% 0.45% -
HSV(B) 264.86º 0.89% 0.8% -
XYZ 16.24 7.57 57.73 -
YUV 66.06 205.85 150.78 -
System Red Green Blue C M Y K H S L
Decimal 98 23 204 0.52 0.89 0 0.2 264.86 0.8 0.45
Hex 62 17 CC 34 59 0 14 109 50 2D
Octal 142 27 314 64 131 0 24 411 120 55
Binary 1100010 10111 11001100 110100 1011001 0 10100 100001001 1010000 101101

Color Harmonies of #6217CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217CC

Black with #6217CC

Text Example


Text Example

White with #6217CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6217CC; }

 p { color: rgb(98,23,204); }

 H1.HeaderClassName
 {
   color: #6217CC;
 }
 .AnyTagClassName
 {
   color: #6217CC;
 }
</style>

background-color css

<style>
 a { background-color: #6217CC; }

 a { background-color: rgb(98,23,204); }

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

border-color css

<style>
 span { border-color: #6217CC; }

 span { border-color: rgb(98,23,204); }

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