Html Css Color HEX #6803CF Purple Heart

📋 copy color: '#6803CF'

red 104 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #6803CF

Tints of Purple Heart #6803CF

RGB

 RED value IS 104 (41.02% from 255) = 33.12%

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 33.12%
G = 0.96%
B = 65.92%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6803CF (or 0x6803CF) is known color: Purple Heart. HEX triplet: 68, 03 and CF. RGB value is (104,3,207). Sum of RGB (Red+Green+Blue) = 104+3+207=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #6803CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803CF is #97FC30. Grayscale: #373737. Windows color (decimal): -9960497 or 13566824. OLE color: 13566824.

HSL color Cylindrical-coordinate representation of color #6803CF: hue angle of 269.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803CF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 3 207 -
CMYK 0.50 0.99 0 0.19
HSL 269.71º 0.97% 0.41% -
HSV(B) 269.71º 0.99% 0.81% -
XYZ 17 7.51 59.59 -
YUV 56.46 212.96 161.91 -
System Red Green Blue C M Y K H S L
Decimal 104 3 207 0.50 0.99 0 0.19 269.71 0.97 0.41
Hex 68 3 CF 32 63 0 13 10E 61 29
Octal 150 3 317 62 143 0 23 416 141 51
Binary 1101000 11 11001111 110010 1100011 0 10011 100001110 1100001 101001

Color Harmonies of #6803CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803CF

Black with #6803CF

Text Example


Text Example

White with #6803CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,3,207); }

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

background-color css

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

 a { background-color: rgb(104,3,207); }

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

border-color css

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

 span { border-color: rgb(104,3,207); }

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