Html Css Color HEX #6218CF Purple Heart

📋 copy color: '#6218CF'

red 98 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6218CF

Tints of Purple Heart #6218CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 29.79%
G = 7.29%
B = 62.92%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6218CF (or 0x6218CF) is known color: Purple Heart. HEX triplet: 62, 18 and CF. RGB value is (98,24,207). Sum of RGB (Red+Green+Blue) = 98+24+207=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6218CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218CF is #9DE730. Grayscale: #424242. Windows color (decimal): -10348337 or 13572194. OLE color: 13572194.

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

Color convert

RGB 98 24 207 -
CMYK 0.53 0.88 0 0.19
HSL 264.26º 0.79% 0.45% -
HSV(B) 264.26º 0.88% 0.81% -
XYZ 16.63 7.75 59.65 -
YUV 66.99 207.02 150.12 -
System Red Green Blue C M Y K H S L
Decimal 98 24 207 0.53 0.88 0 0.19 264.26 0.79 0.45
Hex 62 18 CF 35 58 0 13 108 4F 2D
Octal 142 30 317 65 130 0 23 410 117 55
Binary 1100010 11000 11001111 110101 1011000 0 10011 100001000 1001111 101101

Color Harmonies of #6218CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218CF

Black with #6218CF

Text Example


Text Example

White with #6218CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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