Html Css Color HEX #6207BC Purple Heart

📋 copy color: '#6207BC'

red 98 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #6207BC

Tints of Purple Heart #6207BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 33.45%
G = 2.39%
B = 64.16%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6207BC (or 0x6207BC) is known color: Purple Heart. HEX triplet: 62, 07 and BC. RGB value is (98,7,188). Sum of RGB (Red+Green+Blue) = 98+7+188=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #6207BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6207BC is #9DF843. Grayscale: #363636. Windows color (decimal): -10352708 or 12322658. OLE color: 12322658.

HSL color Cylindrical-coordinate representation of color #6207BC: hue angle of 270.17º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6207BC is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 7 188 -
CMYK 0.48 0.96 0 0.26
HSL 270.17º 0.93% 0.38% -
HSV(B) 270.17º 0.96% 0.74% -
XYZ 14.19 6.38 48.06 -
YUV 54.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 98 7 188 0.48 0.96 0 0.26 270.17 0.93 0.38
Hex 62 7 BC 30 60 0 1A 10E 5D 26
Octal 142 7 274 60 140 0 32 416 135 46
Binary 1100010 111 10111100 110000 1100000 0 11010 100001110 1011101 100110

Color Harmonies of #6207BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207BC

Black with #6207BC

Text Example


Text Example

White with #6207BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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