Html Css Color HEX #6830CE Purple Heart

📋 copy color: '#6830CE'

red 104 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #6830CE

Tints of Purple Heart #6830CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 29.05%
G = 13.41%
B = 57.54%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6830CE (or 0x6830CE) is known color: Purple Heart. HEX triplet: 68, 30 and CE. RGB value is (104,48,206). Sum of RGB (Red+Green+Blue) = 104+48+206=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #6830CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830CE is #97CF31. Grayscale: #525252. Windows color (decimal): -9948978 or 13512808. OLE color: 13512808.

HSL color Cylindrical-coordinate representation of color #6830CE: hue angle of 261.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6830CE is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 48 206 -
CMYK 0.50 0.77 0 0.19
HSL 261.27º 0.62% 0.5% -
HSV(B) 261.27º 0.77% 0.81% -
XYZ 17.91 9.51 59.28 -
YUV 82.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 104 48 206 0.50 0.77 0 0.19 261.27 0.62 0.5
Hex 68 30 CE 32 4D 0 13 105 3E 32
Octal 150 60 316 62 115 0 23 405 76 62
Binary 1101000 110000 11001110 110010 1001101 0 10011 100000101 111110 110010

Color Harmonies of #6830CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830CE

Black with #6830CE

Text Example


Text Example

White with #6830CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6830CE; }

 p { color: rgb(104,48,206); }

 H1.HeaderClassName
 {
   color: #6830CE;
 }
 .AnyTagClassName
 {
   color: #6830CE;
 }
</style>

background-color css

<style>
 a { background-color: #6830CE; }

 a { background-color: rgb(104,48,206); }

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

border-color css

<style>
 span { border-color: #6830CE; }

 span { border-color: rgb(104,48,206); }

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