Html Css Color HEX #6207CD Purple Heart

📋 copy color: '#6207CD'

red 98 ◦ green 7 ◦ blue 205

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

Shades of Purple Heart #6207CD

Tints of Purple Heart #6207CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 31.61%
G = 2.26%
B = 66.13%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6207CD (or 0x6207CD) is known color: Purple Heart. HEX triplet: 62, 07 and CD. RGB value is (98,7,205). Sum of RGB (Red+Green+Blue) = 98+7+205=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #6207CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6207CD is #9DF832. Grayscale: #383838. Windows color (decimal): -10352691 or 13436770. OLE color: 13436770.

HSL color Cylindrical-coordinate representation of color #6207CD: hue angle of 267.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6207CD is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 7 205 -
CMYK 0.52 0.97 0 0.20
HSL 267.58º 0.93% 0.42% -
HSV(B) 267.58º 0.97% 0.8% -
XYZ 16.13 7.16 58.29 -
YUV 56.78 211.65 157.4 -
System Red Green Blue C M Y K H S L
Decimal 98 7 205 0.52 0.97 0 0.20 267.58 0.93 0.42
Hex 62 7 CD 34 61 0 14 10C 5D 2A
Octal 142 7 315 64 141 0 24 414 135 52
Binary 1100010 111 11001101 110100 1100001 0 10100 100001100 1011101 101010

Color Harmonies of #6207CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207CD

Black with #6207CD

Text Example


Text Example

White with #6207CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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