Html Css Color HEX #6830BE Purple Heart

📋 copy color: '#6830BE'

red 104 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #6830BE

Tints of Purple Heart #6830BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 30.41%
G = 14.04%
B = 55.56%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6830BE (or 0x6830BE) is known color: Purple Heart. HEX triplet: 68, 30 and BE. RGB value is (104,48,190). Sum of RGB (Red+Green+Blue) = 104+48+190=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #6830BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830BE is #97CF41. Grayscale: #505050. Windows color (decimal): -9948994 or 12464232. OLE color: 12464232.

HSL color Cylindrical-coordinate representation of color #6830BE: hue angle of 263.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6830BE is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 48 190 -
CMYK 0.45 0.75 0 0.25
HSL 263.66º 0.6% 0.47% -
HSV(B) 263.66º 0.75% 0.75% -
XYZ 16.06 8.77 49.56 -
YUV 80.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 104 48 190 0.45 0.75 0 0.25 263.66 0.6 0.47
Hex 68 30 BE 2D 4B 0 19 108 3C 2F
Octal 150 60 276 55 113 0 31 410 74 57
Binary 1101000 110000 10111110 101101 1001011 0 11001 100001000 111100 101111

Color Harmonies of #6830BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830BE

Black with #6830BE

Text Example


Text Example

White with #6830BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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