Html Css Color HEX #6210CF Purple Heart

📋 copy color: '#6210CF'

red 98 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #6210CF

Tints of Purple Heart #6210CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 30.53%
G = 4.98%
B = 64.49%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6210CF (or 0x6210CF) is known color: Purple Heart. HEX triplet: 62, 10 and CF. RGB value is (98,16,207). Sum of RGB (Red+Green+Blue) = 98+16+207=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #6210CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210CF is #9DEF30. Grayscale: #3D3D3D. Windows color (decimal): -10350385 or 13570146. OLE color: 13570146.

HSL color Cylindrical-coordinate representation of color #6210CF: hue angle of 265.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6210CF is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 16 207 -
CMYK 0.53 0.92 0 0.19
HSL 265.76º 0.86% 0.44% -
HSV(B) 265.76º 0.92% 0.81% -
XYZ 16.48 7.47 59.6 -
YUV 62.29 209.67 153.47 -
System Red Green Blue C M Y K H S L
Decimal 98 16 207 0.53 0.92 0 0.19 265.76 0.86 0.44
Hex 62 10 CF 35 5C 0 13 10A 56 2C
Octal 142 20 317 65 134 0 23 412 126 54
Binary 1100010 10000 11001111 110101 1011100 0 10011 100001010 1010110 101100

Color Harmonies of #6210CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210CF

Black with #6210CF

Text Example


Text Example

White with #6210CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6210CF; }

 p { color: rgb(98,16,207); }

 H1.HeaderClassName
 {
   color: #6210CF;
 }
 .AnyTagClassName
 {
   color: #6210CF;
 }
</style>

background-color css

<style>
 a { background-color: #6210CF; }

 a { background-color: rgb(98,16,207); }

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

border-color css

<style>
 span { border-color: #6210CF; }

 span { border-color: rgb(98,16,207); }

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