Html Css Color HEX #6830CC Purple Heart

📋 copy color: '#6830CC'

red 104 ◦ green 48 ◦ blue 204

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

Shades of Purple Heart #6830CC

Tints of Purple Heart #6830CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 29.21%
G = 13.48%
B = 57.3%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6830CC (or 0x6830CC) is known color: Purple Heart. HEX triplet: 68, 30 and CC. RGB value is (104,48,204). Sum of RGB (Red+Green+Blue) = 104+48+204=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #6830CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830CC is #97CF33. Grayscale: #515151. Windows color (decimal): -9948980 or 13381736. OLE color: 13381736.

HSL color Cylindrical-coordinate representation of color #6830CC: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6830CC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 48 204 -
CMYK 0.49 0.76 0 0.2
HSL 261.54º 0.62% 0.49% -
HSV(B) 261.54º 0.76% 0.8% -
XYZ 17.66 9.42 58.01 -
YUV 82.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 104 48 204 0.49 0.76 0 0.2 261.54 0.62 0.49
Hex 68 30 CC 31 4C 0 14 106 3E 31
Octal 150 60 314 61 114 0 24 406 76 61
Binary 1101000 110000 11001100 110001 1001100 0 10100 100000110 111110 110001

Color Harmonies of #6830CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830CC

Black with #6830CC

Text Example


Text Example

White with #6830CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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